Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<arduinoPlatform.h>
- #include<tasks.h>
- #include<interrupts.h>
- #include<stdio.h>
- #include<serial.h>
- #include <pwm.h>
- #include<data.h>
- extern serial Serial;
- #define BTN_1 4
- void setup()
- {
- }
- void loop()
- {
- }
Advertisement
Add Comment
Please, Sign In to add comment