This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
va108xx-hal/examples
Robin Mueller 63be6ed5fe Refactored GPIO module
- The GPIO module uses type-level programming now
- Implementation heavily based on the ATSAMD GPIO HAL:
  https://docs.rs/atsamd-hal/0.13.0/atsamd_hal/gpio/v2/index.html
- Changes to API, but no passing of peripheral references necessary
  anymore. All examples and tests updated accordingly
2021-11-11 17:39:26 +01:00
..
blinky.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
rtt-log.rs added RTT example app 2021-11-08 10:05:39 +01:00
tests.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
timer-ticks.rs added timer example code 2021-11-08 01:43:02 +01:00
uart.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00