SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
Mirror.h
Go to the documentation of this file.
1
13#ifndef __ECU_MIRROR_H__
14#define __ECU_MIRROR_H__
15
40namespace Mirror {
41
46void setup(void);
47
52void enterMirrorMode(void);
53
58void exitMirrorMode(void);
59
60} // namespace Mirror
61
62#endif // __ECU_MIRROR_H__
Check and modify pin values over USB serial How to use - connect with a terminal that can both send a...
Definition Mirror.h:40
void setup(void)
Setup a listener for going into mirror mode, dependent on which ECU is compiled.
void enterMirrorMode(void)
Manually enter mirror mode, only returning when a set command is received.
void exitMirrorMode(void)
Manually exit mirror mode.