lancaster-university / codal-microbit-v2

CODAL target for the micro:bit v2.x series of devices
MIT License
41 stars 50 forks source link

Should we remove `uBit.io.face` alias? #364

Closed microbit-carlos closed 3 months ago

microbit-carlos commented 11 months ago

Looks like it was meant to be a workaround to not break early PXT versions: https://github.com/lancaster-university/codal-microbit-v2/blob/4f2aedcd8e093e7ca9eefd574d4a647884e82505/model/MicroBitIO.h#L416

Only usage I found in a GitHub search is this repo, the samples repo and old forks of MicroPython (it was removed in https://github.com/microbit-foundation/micropython-microbit-v2/commit/bbc70b674d1bfe054ffc1f086ca4d804ae45197d).

GitHub code searches to see its usage:

microbit-carlos commented 4 months ago