Finished RS-232 debug project
This commit is contained in:
18
Telem_Debug/Debug_RS-232/io_init.h
Normal file
18
Telem_Debug/Debug_RS-232/io_init.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* I/O Initialization
|
||||
*/
|
||||
|
||||
/*
|
||||
* Initialize I/O port directions and states
|
||||
* Drive unused pins as outputs to avoid floating inputs and wasting power
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef IO_INIT_H_
|
||||
#define IO_INIT_H_
|
||||
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
void io_init(void);
|
||||
|
||||
#endif /* IO_INIT_H_ */
|
||||
Reference in New Issue
Block a user