Mozzi  alpha 0.01.1t
sound synthesis library for Arduino
 All Classes Functions Typedefs
Classes | Defines
Mozzi utility macros and definitions

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 Documentation

#define SET_PIN13_HIGH   (PORTB = PORTB | B00100000)

Set pin 13 high for testing timing with an oscilloscope.

Definition at line 16 of file utils.h.

#define SET_PIN13_LOW   (PORTB = B00000000)

Set pin 13 low for testing timing with an oscilloscope.

Definition at line 19 of file utils.h.

#define SET_PIN13_OUT   (DDRB = DDRB | B00100000)

Set digital pin 13 to output for testing timing with an oscilloscope.

Definition at line 13 of file utils.h.