sketchbook
|
#include <TimerOne.h>
Macros | |
#define | LED 13 |
#define | P1 0x10 |
#define | P2 0x20 |
#define | PWR 0x40 |
#define | cbi(sfr, bit) (_SFR_BYTE(sfr) &= ~_BV(bit)) |
#define | sbi(sfr, bit) (_SFR_BYTE(sfr) |= _BV(bit)) |
Functions | |
void | ticker () |
void | setup () |
void | loop () |
Variables | |
volatile unsigned long | REF = 0 |
char | phase = 0 |
#define cbi | ( | sfr, | |
bit | |||
) | (_SFR_BYTE(sfr) &= ~_BV(bit)) |
#define LED 13 |
#define P1 0x10 |
#define P2 0x20 |
#define PWR 0x40 |
#define sbi | ( | sfr, | |
bit | |||
) | (_SFR_BYTE(sfr) |= _BV(bit)) |
void loop | ( | void | ) |
OneWirePJON device status update function.
Arduino IDE: put your main code here, to run repeatedly.
void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
void ticker | ( | ) |
char phase = 0 |
volatile unsigned long REF = 0 |