Find a file
Thomas Kolb 28bd3b20ab Read multiple ADC channels (maybe)
At least this is compiling without errors now.

- Added the ext_adc module abstracting the ADC communication (with the
  AdcContext struct).
- SPI and necessary DMA channels are now passed into the AdcContext
  struct and moved around on each transfer.
- Transfers seem to be triggered, but the returned values are still
  wrong (either 0 or 4095). This still needs to be debugged.
2023-01-06 01:25:10 +01:00
.cargo Project created: just a test program so far 2023-01-02 00:00:00 +01:00
src Read multiple ADC channels (maybe) 2023-01-06 01:25:10 +01:00
.gitignore Project created: just a test program so far 2023-01-02 00:00:00 +01:00
Cargo.lock Add dummy code to read from the external ADC 2023-01-03 22:29:01 +01:00
Cargo.toml Add dummy code to read from the external ADC 2023-01-03 22:29:01 +01:00
memory.x Project created: just a test program so far 2023-01-02 00:00:00 +01:00