Files
Last update 4 years 9 months
by user
| FilesArduinocd2 | |
|---|---|
| .. | |
| Makefile | |
| atapi.cpp | |
| atapi.h | |
| cd2.ino | |
| controls.cpp | |
| controls.h | |
| display.cpp | |
| display.h | |
| ide_io.cpp | |
| ide_io.h | |
| wm880x.cpp | |
| wm880x.h |
MakefileBOARD_TAG = pro BOARD_SUB = 16MHzatmega328 ARDUINO_PORT = /dev/ttyUSB0 ARDUINO_LIBS = SPI Wire ss_oled BitBang_I2C USER_LIB_PATH := $(realpath ../Libraries) include $(ARDMK_DIR)/Arduino.mk