mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 16:56:15 -04:00
Store PPM in shared memory for now.
This commit is contained in:
parent
9dd41ed48d
commit
3874c82d57
4 changed files with 7 additions and 2 deletions
|
@ -38,6 +38,7 @@ struct SharedMemory {
|
|||
// TODO: M0 should directly configure and control DMA channel that is
|
||||
// acquiring ADC samples.
|
||||
TouchADCFrame touch_adc_frame;
|
||||
int8_t correction_ppm;
|
||||
};
|
||||
|
||||
extern SharedMemory& shared_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue