sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
Yun_ChargePump_AnalogOut_Simple.ino File Reference
#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
 

Macro Definition Documentation

#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))

Function Documentation

void loop ( void  )

OneWirePJON device status update function.

Returns
(void)

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 ( )

Variable Documentation

char phase = 0
volatile unsigned long REF = 0