mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-11-23 12:29:46 +01:00
rebasing gamma-support on 2.1.10
This commit is contained in:
13
components/asic/include/serial.h
Normal file
13
components/asic/include/serial.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef SERIAL_H_
|
||||
#define SERIAL_H_
|
||||
|
||||
#define SERIAL_BUF_SIZE 16
|
||||
|
||||
int SERIAL_send(uint8_t *, int, bool);
|
||||
void SERIAL_init(void);
|
||||
void SERIAL_debug_rx(void);
|
||||
int16_t SERIAL_rx(uint8_t *, uint16_t, uint16_t);
|
||||
void SERIAL_clear_buffer(void);
|
||||
void SERIAL_set_baud(int baud);
|
||||
|
||||
#endif /* SERIAL_H_ */
|
||||
Reference in New Issue
Block a user