mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
896f9db71f
Add a test to re-configure the I2C pins to GPIO functionality and use them as output. A small delay is added to allow for observing the change in power draw.
11 lines
207 B
Makefile
11 lines
207 B
Makefile
BOARD ?= samr21-xpro
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_i2c
|
|
FEATURES_OPTIONAL = periph_i2c_reconfigure
|
|
|
|
USEMODULE += shell
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|