Dario Nieuwenhuis
|
22bc1e4ae1
|
nrf/gpio: add infallible inherent methods, remove some duplication.
This implements Input and Output using FlexPin, to avoid some code duplication.
|
2021-12-20 00:55:18 +01:00 |
|
Matous Hybl
|
0ca6060bfd
|
Fix interrupt_take macro by specifying path to panic macro.
|
2021-11-23 11:00:37 +01:00 |
|
Dario Nieuwenhuis
|
de016e8456
|
Remove trait_alias, allow(incomplete_features).
trait_alias seems unused. no idea why it's there.
|
2021-09-03 17:00:58 +02:00 |
|
Ben Gamari
|
f4950c4449
|
examples: Consistently use unwrap! in favor of .unwrap()
Unfortunately errors from `embedded_graphics` and `core` doesn't provide
the necessary instances currently.
|
2021-08-05 22:39:59 +02:00 |
|
Dario Nieuwenhuis
|
07d4b196f7
|
Update nightly, remove removed features.
|
2021-08-04 19:48:14 +02:00 |
|
Dario Nieuwenhuis
|
dff03ecfc7
|
Move examples to a subdirectory
|
2021-06-02 01:32:19 +02:00 |
|