![]() |
Mozzi
alpha 0.01.1t
sound synthesis library for Arduino
|
Classes | |
struct | Int2Type< I > |
Enables you to instantiate a template based on an integer value. More... | |
Defines | |
#define | SET_PIN13_OUT (DDRB = DDRB | B00100000) |
Set digital pin 13 to output for testing timing with an oscilloscope. | |
#define | SET_PIN13_HIGH (PORTB = PORTB | B00100000) |
Set pin 13 high for testing timing with an oscilloscope. | |
#define | SET_PIN13_LOW (PORTB = B00000000) |
Set pin 13 low for testing timing with an oscilloscope. |
#define SET_PIN13_HIGH (PORTB = PORTB | B00100000) |
#define SET_PIN13_LOW (PORTB = B00000000) |
#define SET_PIN13_OUT (DDRB = DDRB | B00100000) |