![]() |
eBoard
①⑧⑨
Written for SIA 2017/2018
|
[COPY&PASTE] This is the I2CInOut ghost struct :D More...
#include <eagle_I2CInOut.h>
Public Member Functions | |
I2CInOut (SoccerBoard &, optVAL_t, optVAL_t, optVAL_t, optVAL_t) | |
The constructor. More... | |
void | write (void) |
this will write values stored in B and C More... | |
Public Attributes | |
optVAL_t | A |
storing value for A-pin ( I prevent errors!) More... | |
optVAL_t | B |
storing value for B-pin [MOTOR DIR] More... | |
optVAL_t | C |
storing value for C-pin [MOTOR SPE] More... | |
[COPY&PASTE] This is the I2CInOut ghost struct :D
[COPY&PASTE] You can use this class like this:
Definition at line 97 of file eagle_I2CInOut.h.
I2CInOut::I2CInOut | ( | SoccerBoard & | , |
optVAL_t | , | ||
optVAL_t | , | ||
optVAL_t | , | ||
optVAL_t | |||
) |
The constructor.
|
inline |
this will write values stored in B and C
optVAL_t I2CInOut::A |
storing value for A-pin ( I prevent errors!)
Definition at line 119 of file eagle_I2CInOut.h.
optVAL_t I2CInOut::B |
storing value for B-pin [MOTOR DIR]
Definition at line 122 of file eagle_I2CInOut.h.
optVAL_t I2CInOut::C |
storing value for C-pin [MOTOR SPE]
Definition at line 124 of file eagle_I2CInOut.h.