![]() |
Speeduino
|
Inclusion of board specific header files and board related definitions. More...
#include <stdint.h>#include <Arduino.h>
Go to the source code of this file.
Functions | |
| void | initBoard (uint32_t baudRate) |
| Initialise the board, including USB comms. | |
| void | boardInitPins (void) |
| Pin specific initialisation (optional - can be empty) | |
| uint16_t | freeRam (void) |
| Calculate free RAM for display in TunerStudio. | |
| void | doSystemReset (void) |
| Reset the board (optional) | |
| void | jumpToBootloader (void) |
| Trigger the boot loader (optional) | |
| uint8_t | getSystemTemp (void) |
| Get the board temp for display in TunerStudio (optional) | |
Inclusion of board specific header files and board related definitions.
Pin specific initialisation (optional - can be empty)
This is called after the pins are assigned and therefore after initBoard()

Calculate free RAM for display in TunerStudio.

Get the board temp for display in TunerStudio (optional)

Initialise the board, including USB comms.
This is called after the tune is loaded from EEPROM, but before pins are assigned.
| baudRate | The Serial comms baud rate |
