SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
Mirror.h File Reference

This module allows for the monitoring and modification of each GPIO pin on an ECU. More...

Go to the source code of this file.

Namespaces

namespace  Mirror
 Check and modify pin values over USB serial How to use - connect with a terminal that can both send and receive values compile and upload a binary with both debug and ascii mode enabled.
 

Functions

void Mirror::setup (void)
 Setup a listener for going into mirror mode, dependent on which ECU is compiled.
 
void Mirror::enterMirrorMode (void)
 Manually enter mirror mode, only returning when a set command is received.
 
void Mirror::exitMirrorMode (void)
 Manually exit mirror mode.
 

Detailed Description

This module allows for the monitoring and modification of each GPIO pin on an ECU.

Author
IR
Version
0.1
Date
2021-03-30
See also
Mirror for more info

Definition in file Mirror.h.