Advertisement
LeventeDaradici

myoptions.h - for yoRadio with PCM5102A DAC

Jun 17th, 2023
1,733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.43 KB | None | 0 0
  1. #ifndef myoptions_h
  2. #define myoptions_h
  3.  
  4. /* Generated by myoptions.h generator - v0.8.1 */
  5. /* https://e2002.github.io/docs/myoptions-generator.html?r=71,1,8,43&i=15,16,17&v=25,27,26 */
  6. /* Put this file next to yoRadio.ino and restart Arduino IDE. */
  7. /* !!! Do not be alarmed, all right, the default values ​​are not included in this file !!! */
  8.  
  9. #define I2S_DOUT            25
  10. #define I2S_BCLK            27
  11. #define I2S_LRC         26
  12.  
  13.  
  14. #endif
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement