Closed martinwork closed 3 years ago
To fix https://github.com/lancaster-university/codal-microbit-v2/issues/81 As suggested by @finneyj, avoids stopping the continuous ADC. Enabled by #define NRF52ADC_RECENT_SAMPLE 1 in NRF52ADC.h
WORK IN PROGRESS... I have added extra functions, which perhaps should be replacements for existing ones.
There appears to be a memory leak. After testing over night... panic 020.
To fix https://github.com/lancaster-university/codal-microbit-v2/issues/81 As suggested by @finneyj, avoids stopping the continuous ADC. Enabled by #define NRF52ADC_RECENT_SAMPLE 1 in NRF52ADC.h
WORK IN PROGRESS... I have added extra functions, which perhaps should be replacements for existing ones.