Skip to content

Commit 057b4e1

Browse files
committed
codal_app: Update codal-microbit-v2 to v0.2.48.
Changes to codal-core: - add support for dynamic pins on peripherals - add function to generate dynamic runtime component IDs - add sample rate support to the stream classes - ensure AnimatedDisplay::waitForFreeDisplay() is free of race conditions Changes to codal-microbit-v2: - add SET_SOFTDEVICE_PRESENT option - use DEVICE_BLE in codal.json to enable/disable BLE - improve temporal response of SoundOutputPin::setAnalogValue() - introduce convenience functions for playing SoundExpressions - Introduce egress double buffering onto SoundEmojiSynth - introduce audio output isplaying() Charges to codal-nrf52: - add support for dynamic pins on peripherals - add sample rate support to the ADC Signed-off-by: Damien George <damien@micropython.org>
1 parent 8aaa36b commit 057b4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codal_app/codal.json

Lines changed: 1 addition & 1 deletion
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.43",
5+
"branch": "v0.2.48",
66
"type": "git",
77
"test_ignore": true
88
} ,

0 commit comments

Comments
 (0)