aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_microbit.go
AgeCommit message (Expand)Author
2022-07-15machine: reorder pin definitions to improve pin list on tinygo.orgAyke van Laethem
2022-07-15nrf51: define and use P0_xx constantsAyke van Laethem
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-05-13machine: define Serial as the default outputAyke van Laethem
2020-07-23all: changeover to eliminate all direct use of master/slave terminologydeadprogram
2019-06-28machine: add generic board support on non-baremetal hardwareAyke van Laethem
2019-05-26machine: refactor pins to be of Pin typeAyke van Laethem
2019-05-05Remove microbit matrix (#319)Daniel Esteban
2019-02-11Added regular pins const for bbc:microbit (#181)Daniel Esteban
2018-12-22machine/microbit: add default pin mappings for SPI busRon Evans
2018-12-02machine/nrf: SPI master implementationRon Evans
2018-11-11microbit: fix pin numbers for ADC and I2CAyke van Laethem
2018-10-08microbit: add SetEntireLEDMatrixOn() functionRon Evans
2018-10-07microbit: add functions for LED matrix and correct button pin mappingRon Evans
2018-10-06nrf: add micro:bit boardAyke van Laethem