This website requires JavaScript.
Explore
Help
Sign In
supleed2
/
ELEC50003-P1-CW
Watch
1
Star
0
Fork
You've already forked ELEC50003-P1-CW
0
mirror of
https://github.com/supleed2/ELEC50003-P1-CW.git
synced
2024-11-14 11:45:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
98933c77c9
ELEC50003-P1-CW
/
Control
/
src
/
main.cpp
10 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
Control Module Initial Commit
2021-05-18 11:18:36 +00:00
#
include
<Arduino.h>
#
define LED_BUILTIN 2
void
setup
(
)
{
Serial
.
begin
(
115200
)
;
}
void
loop
(
)
{
Remove blink sketch ESP32 DevKitC V4 does not have LED_BUILTIN
2021-05-18 11:28:50 +00:00
}
Reference in a new issue
Copy permalink