mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
06ae832276
Note that newer versions of the IDE can still be made to support compilation for the older boards.
10 lines
147 B
C
10 lines
147 B
C
/*
|
|
blinkm.h
|
|
Library header file for BlinkM library
|
|
*/
|
|
|
|
#include "Arduino.h"
|
|
#include "Wire.h"
|
|
|
|
void SendColors(byte red, byte grn, byte blu);
|