mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4d5d3eb9e6
I2C is not used by any chip on the board, but I2C2 is availiable on the JP3 connector (shared with UART2). - SDA: P0.10 - SCL: P0.11
13 lines
336 B
Makefile
13 lines
336 B
Makefile
CPU = lpc2387
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_adc
|
|
FEATURES_PROVIDED += periph_i2c
|
|
FEATURES_PROVIDED += periph_pwm
|
|
FEATURES_PROVIDED += periph_rtc
|
|
FEATURES_PROVIDED += periph_spi
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
# Various other features (if any)
|