[COPY&PASTE] This is the I2CInOut ghost struct :D
More...
#include <eBoard.h>
[COPY&PASTE] This is the I2CInOut ghost struct :D
- Author
- EagleoutIce
- Note
- any assignment to Port A won't has anny effect!
[COPY&PASTE] You can use this class like this:
#include "/home/eagleoutice/Dokumente/proj/_sia/src/eBoard.h"
io1.B = HIGH;
io1.C = 108;
io1.write();
}
Definition at line 3015 of file eBoard.h.
◆ I2CInOut()
The constructor.
- Note
- It does nothing! :D (well its initalizing pin values but.... nothing special^^)
◆ changeAddress()
void I2CInOut::changeAddress |
( |
optVAL_t |
| ) |
|
|
inline |
◆ changeModes()
◆ read()
void I2CInOut::read |
( |
void |
| ) |
|
|
inline |
◆ write()
void I2CInOut::write |
( |
void |
| ) |
|
|
inline |
this will write values stored in B and C
- Note
- 404 'A' not found :D
storing value for A-pin (๐ง I prevent errors!)
Definition at line 3037 of file eBoard.h.
storing value for B-pin [MOTOR DIR]
Definition at line 3040 of file eBoard.h.
storing value for C-pin [MOTOR SPE]
Definition at line 3042 of file eBoard.h.
The documentation for this struct was generated from the following file: