|
Adafruit VS1053 Arduino Library
|
#include <Adafruit_VS1053.h>Macros | |
| #define | _BV(x) (1 << (x)) |
| Macro that returns the "value" of a bit. | |
Variables | |
| volatile boolean | feedBufferLock = false |
| Locks feeding the buffer. | |
| boolean | _loopPlayback |
| internal variable, used to control playback looping | |
1.8.13