Initial commit of MPLABX version
This commit is contained in:
commit
d80b03bdf0
10 changed files with 251 additions and 0 deletions
13
NeoPixel.cpp
Normal file
13
NeoPixel.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* File: NeoPixel.cpp
|
||||
* Author: amr
|
||||
*
|
||||
* Created on July 30, 2025, 9:35 PM
|
||||
*/
|
||||
|
||||
#include "NeoPixel.hpp"
|
||||
|
||||
uint8_t setNeoPixel(uint8_t index, uint8_t red, uint8_t green, uint8_t blue) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue