mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-09-17 17:32:25 -07:00
Initial import of support files for all Digistump boards - Digispark, Pro, DigiX - including libraries, examples, tools, and other support files for the Arduino IDE
This commit is contained in:
14
hardware/digistump/avr/libraries/DigisparkRGB/DigisparkRGB.h
Normal file
14
hardware/digistump/avr/libraries/DigisparkRGB/DigisparkRGB.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
DigisparkPWM.h - Library for pwm on PB2 on ATTINY85.
|
||||
Created by Digistump
|
||||
Released into the public domain.
|
||||
*/
|
||||
#ifndef DigisparkRGB_h
|
||||
#define DigisparkRGB_h
|
||||
|
||||
|
||||
void DigisparkRGBBegin();
|
||||
void DigisparkRGBDelay(int ms);
|
||||
void DigisparkRGB(int pin,int value);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user