krnl 1
Loading...
Searching...
No Matches
sbicbi.ino File Reference

Go to the source code of this file.

Macros

#define sbi(r, b)
#define cbi(r, b)
#define cbi(r, b)

Functions

void setup ()
void loop ()

Variables

int i = 0

Macro Definition Documentation

◆ cbi [1/2]

#define cbi ( r,
b )
Value:
r &= ~_BV(b)

Definition at line 4 of file sbicbi.ino.

◆ cbi [2/2]

#define cbi ( r,
b )
Value:
r &= ~_BV(b)

Definition at line 4 of file sbicbi.ino.

◆ sbi

#define sbi ( r,
b )
Value:
r |= _BV(b)

Definition at line 3 of file sbicbi.ino.

Function Documentation

◆ loop()

void loop ( void )

Definition at line 28 of file sbicbi.ino.

References i.

◆ setup()

void setup ( )

Definition at line 8 of file sbicbi.ino.

References cbi, and sbi.

Variable Documentation

◆ i

int i = 0

Definition at line 27 of file sbicbi.ino.