eBoard ①⑧⑨
Written for SIA 2017/2018
eagle_ShiftExt.h File Reference

this file contains the cool shift-EXTension More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void shiftSingle (optVAL_t idx, bool val)
 [SHIFT] Changes a single output Pin More...
 
void shiftAll (void)
 [SHIFT] Changes bits according to store_bits More...
 

Variables

long store_bits = 0L
 [SHIFT] Manipulate me to set Pins via bitSet operations More...
 

Detailed Description

this file contains the cool shift-EXTension

Last Updated:

Version
3.2.0a

Definition in file eagle_ShiftExt.h.

Function Documentation

◆ shiftAll()

void shiftAll ( void  )

[SHIFT] Changes bits according to store_bits

◆ shiftSingle()

void shiftSingle ( optVAL_t  idx,
bool  val 
)

[SHIFT] Changes a single output Pin

Parameters
idxindex of the bit :D
valthe new state of this bit
Note
uses store_bits

Variable Documentation

◆ store_bits

long store_bits = 0L

[SHIFT] Manipulate me to set Pins via bitSet operations

Definition at line 23 of file eagle_ShiftExt.h.