diff options
| author | lynxeyed-atsu <lynxeyed@xj9.so-net.ne.jp> | 2012-08-09 22:13:57 +0900 |
|---|---|---|
| committer | lynxeyed-atsu <lynxeyed@xj9.so-net.ne.jp> | 2012-08-09 22:13:57 +0900 |
| commit | a936b176fe2aae6ac6378b73fcaad1a61cb8eca3 (patch) | |
| tree | f302e299bc5add3a7117b9f93b993cf741a2ee21 /LPC1114F_301_TQFP48/src/core/maryoled.d | |
| parent | b9cff0a1eac16d0351053ab41237a69dfcb3ca5e (diff) | |
changed MCU settings
We can switch linker script each MCU using Configuration tab of
LPCXpresso project's properties.
Diffstat (limited to 'LPC1114F_301_TQFP48/src/core/maryoled.d')
| -rw-r--r-- | LPC1114F_301_TQFP48/src/core/maryoled.d | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/LPC1114F_301_TQFP48/src/core/maryoled.d b/LPC1114F_301_TQFP48/src/core/maryoled.d new file mode 100644 index 0000000..9291c21 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/maryoled.d @@ -0,0 +1,22 @@ +src/core/maryoled.d: ../src/core/maryoled.cpp ../src/core/delay.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h \ + ../src/core/maryoled.h ../src/core/SPI.h ../src/core/gpio.h + +../src/core/delay.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: + +../src/core/maryoled.h: + +../src/core/SPI.h: + +../src/core/gpio.h: |
