tinygo/src/machine
2018-11-16 23:08:41 +01:00
..
board_arduino.go avr: fix build for Arduino 2018-09-25 14:32:02 +02:00
board_bluepill.go machine/bluepill: create definitions for all pins 2018-09-22 15:47:16 +02:00
board_microbit.go microbit: fix pin numbers for ADC and I2C 2018-11-11 19:23:09 +01:00
board_nrf52840-mdk.go nrf: add nrf52840-mdk board 2018-10-18 15:07:06 +02:00
board_pca10040.go nrf: add micro:bit board 2018-10-06 13:04:14 +02:00
i2c.go machine: redesign I2C interface 2018-11-16 23:08:41 +01:00
machine.go avr: ADC with 0-1023 range 2018-09-20 21:39:45 +02:00
machine_avr.go machine: redesign I2C interface 2018-11-16 23:08:41 +01:00
machine_dummy.go stm32: initial support 2018-09-22 01:51:44 +02:00
machine_nrf.go machine: redesign I2C interface 2018-11-16 23:08:41 +01:00
machine_nrf51.go nrf: add nrf52840-mdk board 2018-10-18 15:07:06 +02:00
machine_nrf52.go nrf: add nrf52840-mdk board 2018-10-18 15:07:06 +02:00
machine_nrf52840.go nrf: add nrf52840-mdk board 2018-10-18 15:07:06 +02:00
machine_stm32.go all: avoid _Msk fields when not necessary 2018-09-22 17:42:44 +02:00
uart.go nrf: implement UART interface 2018-10-02 17:08:31 +02:00