HAL for Re:ARM (LPC1768) architecture

This commit is contained in:
Christopher Pepper
2017-06-17 22:19:42 +01:00
committed by Scott Lahteine
parent f3e562e46e
commit 44b0c186a6
122 changed files with 67493 additions and 28 deletions

View File

@@ -32,6 +32,9 @@
#elif defined(ARDUINO_ARCH_AVR)
#include "HAL_AVR/spi_pins.h"
#elif defined(TARGET_LPC1768)
#include "HAL_LPC1768/spi_pins.h"
#else
#error "Unsupported Platform!"
#endif