Files

copied
Last update 5 years 4 months by Afonso Muralha
FilesCODEISSI Testinclude
..
I2C.h
IS31FL3741.h
main.h
IS31FL3741.h
/* Define to prevent recursive inclusion ------------------------------------ */ #ifndef __IS31FL3741_H #define __IS31FL3741_H #define Addr_GND_GND 0x60 #include <Arduino.h> void Play_IS31FL3741_Demo_mode(void); void IS31FL3741_Init(void); extern int I2C_WriteByte(int DeviceAddress, int WriteAddress, int SendByte); #endif
Report a bug