sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
Uno_ChargePump_AnalogOut.ino File Reference
#include <TimerOne.h>

Macros

#define LED   13
 
#define P1   0x04
 
#define P2   0x08
 
#define PWR   0x10
 
#define OFF   0x00
 
#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
 
char onOff = 1
 

Macro Definition Documentation

#define cbi (   sfr,
  bit 
)    (_SFR_BYTE(sfr) &= ~_BV(bit))
#define LED   13
#define OFF   0x00
#define P1   0x04
#define P2   0x08
#define PWR   0x10
#define sbi (   sfr,
  bit 
)    (_SFR_BYTE(sfr) |= _BV(bit))

Function Documentation

void loop ( void  )

OneWirePJON device status update function.

Returns
(void)
void setup ( void  )

Arduino IDE: put your setup code here, to run once.

void ticker ( )

Variable Documentation

char onOff = 1
char phase = 0
volatile unsigned long REF = 0