Commit Graph

9 Commits

Author SHA1 Message Date
Robin Mueller
7237b9b4ce
Merge pull request #7 from robamu-org/mueller/temp-sensor
added temperature sensor module
2021-12-04 21:36:42 +01:00
e59df63baa added temperature sensor module 2021-12-04 21:31:35 +01:00
91cde80496
added RTIC example 2021-12-04 20:51:47 +01:00
4ffbd6c7a4
Added I2C / Temperature Sensor example
- Example using the on-board ADT75 I2C temperature sensor
- Bump HAL version to use new I2C library
2021-12-02 12:15:28 +01:00
af26427042
added doc metadata, use RTT panic target
- Use RTT panic target in blinky button example
2021-11-13 18:22:13 +01:00
a2f9cf9b29
Update to v0.2.0
- Added Button Abstraction
- Added Button IRQ example
- Updated va108xx_hal to v0.2.1, adapted API accordingly
- Fix for LED API: Now consumes individual pins instead of consuming the whole
  pin struct
2021-11-13 15:00:00 +01:00
e7ae72cef6 New revision for updated HAL
- API changes in GPIO code, therefore update revision
2021-11-11 17:50:39 +01:00
d2369767b7 BSP update
- Add basic LED BSP
- Moved generic examples to the HAL
- Updated rust edition to 2021
- Updated README to provide full instructions for flashing and building
- Added jlink.gdb file to command line flashing
2021-11-09 19:21:50 +01:00
f6bc23a7d9
trying to create minimal compiling example 2021-11-03 00:53:36 +01:00