MartinSRB

[НРС] Вежбе 14 - Задатак 2 - Треба да довршим

May 12th, 2023
931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #include<arduinoPlatform.h>
  2. #include<tasks.h>
  3. #include<interrupts.h>
  4. #include<stdio.h>
  5. #include<serial.h>
  6. #include <pwm.h>
  7. #include<data.h>
  8.  
  9. extern serial Serial;
  10.  
  11. #define BTN_1 4
  12.  
  13. void setup()
  14. {
  15.  
  16. }
  17.  
  18. void loop()
  19. {
  20.  
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment