mirror of
https://github.com/UzixLS/famicom-dumper.git
synced 2025-07-19 07:21:16 +03:00
git: move all code to src/
This commit is contained in:
12
src/defines.h
Normal file
12
src/defines.h
Normal 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
|
Reference in New Issue
Block a user