git: move all code to src/

This commit is contained in:
UzixLS
2020-08-24 21:02:10 +03:00
parent 4b546d40ab
commit 1438e57625
10 changed files with 0 additions and 0 deletions

12
src/defines.h Normal file
View File

@ -0,0 +1,12 @@
#define F_CPU 8000000UL
//#define F_CPU 11059200UL
//#define UART_BAUD 38400UL
#define UART_BAUD 250000UL
#define RECV_BUFFER 1050
//#define SEND_DELAY 100
#define JTAG_PORT B
#define TMS_PIN 2
#define TCK_PIN 4
#define TDO_PIN 3
#define TDI_PIN 1