FreeEMS
0.2.0-SNAPSHOT-285-g028e24c
|
Settings for coarse bit bang outputs. More...
#include <FixedConfigs.h>
Data Fields | |
unsigned char | outputActions [256] |
Nothing, On, Off, Toggle for each input event. | |
unsigned char * | ports [4] |
The addresses of the port control registers. | |
unsigned char | masks [4] |
The masks to apply to the ports above. | |
unsigned char | numberConfigured |
How many to loop through, max of 4. |
Settings for coarse bit bang outputs.
Definition at line 128 of file FixedConfigs.h.
unsigned char coarseBitBangSetting::outputActions[256] |
Nothing, On, Off, Toggle for each input event.
Definition at line 129 of file FixedConfigs.h.
unsigned char* coarseBitBangSetting::ports[4] |
The addresses of the port control registers.
Definition at line 130 of file FixedConfigs.h.
unsigned char coarseBitBangSetting::masks[4] |
The masks to apply to the ports above.
Definition at line 131 of file FixedConfigs.h.
unsigned char coarseBitBangSetting::numberConfigured |
How many to loop through, max of 4.
Definition at line 132 of file FixedConfigs.h.