endlich geht mal wieder was

This commit is contained in:
Tristan Krause 2019-04-02 15:32:51 +02:00
parent d5ca50f475
commit 9414322a19
11 changed files with 481 additions and 412 deletions

View file

@ -1,4 +1,4 @@
#include "TLC5615.h"
#include "tlc5615.h"
TLC5615::TLC5615(SPI& spi, uint8_t adr) : spi(spi), adr(adr)
{