- Set
uBit.io.logo
to capacitive touch mode by default. (#418) - Remove
uBit.io.face
as it was a temporal addition that is no longer needed. (#410) - Added definitions to match the MakeCode effects parameters (#417)
- Populate
MICROBIT_DAL_VERSION
and addmicrobit_dal_version()
. (#434) - Addition of
getRows(n, k)
andgetNumberOfRows(n)
to the datalogger. (#431) (thanks to @KierPalin) - Ensure header files and .cpp files use the codal namespace appropriately. (#437)
- CI: Fix multiple issues (#407) (#408) (#435) (#436)
- CI: Update Changelog script to include changes in lib dependencies. (#420)
Libraries: codal-core
- Update docstrings for
LevelDetector
threshold methods. (lancaster-university/codal-core#167) - Display scroll an empty char if the requested char is out-of-range. (lancaster-university/codal-core#168)
- Better version support symbols for user applications (lancaster-university/codal-core#169)
- Ensure .cpp files are
using namespace codal
. (lancaster-university/codal-core#170) - Add config flag to enable/disable adding codal to the global namespace. (lancaster-university/codal-core#171)
Libraries: codal-nrf52
NRF52Pin::wasTouched()
default w/o args to use current pin touch mode state. (lancaster-university/codal-nrf52#53)- Ensure all .cpp files have
using namespace codal
. (lancaster-university/codal-nrf52#54) - Set neopixel functions inside the codal namespace.
- Wrap
using namespace
in headers with codal config flag. (lancaster-university/codal-nrf52#43)