add contiki combatibility
This commit is contained in:
parent
406d69a27c
commit
44d4f855c6
3 changed files with 17 additions and 8 deletions
|
@ -12,8 +12,8 @@
|
|||
|
||||
#include "RGBdriver.h"
|
||||
|
||||
#define CLK 2//pins definitions for the driver
|
||||
#define DIO 3
|
||||
#define CLK 3//pins definitions for the driver
|
||||
#define DIO 14
|
||||
RGBdriver Driver(CLK,DIO);
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue