- First complete version of firmware. Currently being tested in the rehearsal room
- Added bunch of screens, fonts and images - Added script to read out frame buffer (function currently disabled in Firmware)
This commit is contained in:
30
Firmware/Serial_Command.h
Normal file
30
Firmware/Serial_Command.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* File: Serial_Command.h
|
||||
* Created: Created: Sunday October 2025 09:41:12
|
||||
* Author: Chris
|
||||
*/
|
||||
#ifndef SERIAL_COMMAND_H
|
||||
#define SERIAL_COMMAND_H
|
||||
|
||||
// ============================================================================================
|
||||
// Includes
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Defines
|
||||
#define SERIAL_ACK 'O'
|
||||
#define SERIAL_NACK 'N'
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Datatypes
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Function Declarations
|
||||
void Serial_Command_Init();
|
||||
|
||||
void Serial_Command_Check_For_Input();
|
||||
|
||||
|
||||
#endif // SERIAL_COMMAND_H
|
||||
Reference in New Issue
Block a user