SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
ECU.h
1#ifndef __ECU_H__
2#define __ECU_H__
3
4#include <stdint.h>
5#include <stdlib.h>
6
7#include "FlexCAN_T4.h"
8#include "WProgram.h"
9
10#include "Canbus.h"
11#include "ECUStates.hpp"
12#include "Log.h"
13#include "Pins.h"
14#include "State.h"
15#include "Util.h"
16
17#endif // __ECU_H__
FlexCAN_T4 wrapper.
Special logging functionality.
Update, set, and get predefined pin values.
State library.
Various utility functions.