![]() |
eBoard
①⑧⑨
Written for SIA 2017/2018
|
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... | |
this file contains the cool shift-EXTension
Last Updated:
Definition in file eagle_ShiftExt.h.
| void shiftAll | ( | void | ) |
[SHIFT] Changes bits according to store_bits
| void shiftSingle | ( | optVAL_t | idx, |
| bool | val | ||
| ) |
[SHIFT] Changes a single output Pin
| idx | index of the bit :D |
| val | the new state of this bit |
| long store_bits = 0L |
[SHIFT] Manipulate me to set Pins via bitSet operations
Definition at line 23 of file eagle_ShiftExt.h.