1
0
Fork 0

Add software UART and battery monitor

This commit is contained in:
tmk 2014-07-14 15:20:10 +09:00
parent 01fa462e2c
commit 862f519e24
7 changed files with 227 additions and 3 deletions

View file

@ -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.