Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BlinkM.h « Firmware - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5136828782dfd8a450e3b52db0a99b8930c1cf2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
  BlinkM.h
  Library header file for BlinkM library
 */
#if (ARDUINO >= 100)
  # include "Arduino.h"
#else
  # include "WProgram.h"
#endif

#include "Wire.h"

void SendColors(byte red, byte grn, byte blu);