Skip to content

Commit 12b179d

Browse files
committed
codal_app: Update codal-microbit-v2 to v0.2.40.
Changes to codal-microbit-v2 include: - change variable sampleRate to float to avoid rounding errors when generating frequencies - improve audio input pipeline for microphone support - add per-channel volume control methods - increase DAPLink I2C wait for data to be ready timeout - add missing end frequency parameter to the log generator function - add polyphonic real-time synthesizer - fix MicroBitBLEManager support for MicroBitPowerManager::deepSleep - add support for the BUSY flag on the KL27 - add the DAPLink version to the data logging HTM page - add MicroBitLog::readData Signed-off-by: Damien George <[email protected]>
1 parent 34108b8 commit 12b179d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codal_app/codal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"target": {
33
"name": "codal-microbit-v2",
44
"url": "https://github.com/lancaster-university/codal-microbit-v2",
5-
"branch": "v0.2.35",
5+
"branch": "v0.2.40",
66
"type": "git",
77
"test_ignore": true
88
} ,

0 commit comments

Comments
 (0)