Supported PWM at pins A0, D3, D5 and D6 which are also Arduino
compatible. Also the onboard red LED can be used with PWM.
The basic/{fade_led, blink_led} samples to apply to this board
seemlessly and operate on the onboard red LED.
Also supported RTC.
Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com>
10 lines
275 B
YAML
10 lines
275 B
YAML
sample:
|
|
name: Fade LED
|
|
tests:
|
|
test:
|
|
# FIXME: We should remove those and just rely on depends_on
|
|
platform_whitelist: arduino_101 quark_d2000_crb
|
|
nucleo_f103rb nucleo_f401re nucleo_l476rg nucleo_l496zg hexiwear_k64
|
|
tags: drivers pwm
|
|
depends_on: pwm
|