Advertisement
LeventeDaradici

myoptions.h file for yoRadio - ST7789 - PCM5102A - IR remote

Apr 23rd, 2024 (edited)
696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.77 KB | Source Code | 0 0
  1. #ifndef myoptions_h
  2. #define myoptions_h
  3.  
  4. /* https://www.youtube.com/@LeventeDaradici/videos
  5. /* https://youtu.be/48McDlKZ_2c
  6.  
  7. /* Generated by myoptions.h generator - v0.8.1 */
  8. /* https://e2002.github.io/docs/myoptions-generator.html?r=71,2,14,41,43&i=1,2,3,4,15,16,17&v=4,5,-1,255,27,26,25 */
  9. /* Put this file next to yoRadio.ino and restart Arduino IDE. */
  10.  
  11. /* !!! Attention !!! */
  12. /* This configuration depends on some additional libraries. Please install them using the library manager: */
  13. /* Adafruit GFX Library, Adafruit ST7735 and ST7789 Library */
  14.  
  15. /* !!! Do not be alarmed, all right, the default values ​​are not included in this file !!! */
  16.  
  17. #define DSP_MODEL           DSP_ST7789
  18.  
  19. #define IR_PIN                15
  20. #define IR_TIMEOUT            80    
  21.  
  22. #endif
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement