Add software UART and battery monitor
This commit is contained in:
parent
01fa462e2c
commit
862f519e24
7 changed files with 227 additions and 3 deletions
|
@ -76,6 +76,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#endif
|
||||
|
||||
|
||||
/* for debug */
|
||||
#define SUART_OUT_PORT PORTD
|
||||
#define SUART_OUT_BIT 0
|
||||
#define SUART_IN_PIN PIND
|
||||
#define SUART_IN_BIT 1
|
||||
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue