Import code from old repository from 2018
Old repository: https://github.com/binaryDiv/z80_computer
This commit is contained in:
parent
536e557eea
commit
8c7b62dc2d
19 changed files with 3076 additions and 0 deletions
16
firmware_src/protocol.h
Normal file
16
firmware_src/protocol.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef PROTOCOL_H_
|
||||
#define PROTOCOL_H_
|
||||
|
||||
#include "config.h"
|
||||
#include "protocol.h"
|
||||
|
||||
#include "uart.h"
|
||||
#include "eeprom.h"
|
||||
|
||||
// Reads, parses and executes next command
|
||||
void parseNextCommand();
|
||||
|
||||
// Runs main loop to parse commands
|
||||
void protocolMainLoop();
|
||||
|
||||
#endif /* PROTOCOL_H_ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue