This website requires JavaScript.
Explore
Help
Sign In
jay
/
tone-generator
Watch
1
Star
0
Fork
You've already forked tone-generator
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
015f8354ae
tone-generator
/
indicator.hpp
11 lines
87 B
C++
Raw
Normal View
History
Unescape
Escape
added indicator LED
2024-08-25 18:22:48 +10:00
#
pragma once
namespace
indicator
{
void
init
(
)
;
can now interface with eeprom; improved computer communication
2024-08-28 13:10:57 +10:00
void
reset
(
)
;
added indicator LED
2024-08-25 18:22:48 +10:00
void
update
(
)
;
}
;