diff options
Diffstat (limited to 'LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d')
| -rw-r--r-- | LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d b/LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d new file mode 100644 index 0000000..5b744b1 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d @@ -0,0 +1,20 @@ +src/core/SoftwareSerial.d: ../src/core/SoftwareSerial.cpp \ + ../src/core/SoftwareSerial.h ../src/core/Print.h ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/gpio.h \ + ../src/core/delay.h ../src/core/uart.h + +../src/core/SoftwareSerial.h: + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/gpio.h: + +../src/core/delay.h: + +../src/core/uart.h: |
