aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_esp8266.go
AgeCommit message (Expand)Author
2023-07-15machine.UART refactor (#3832)Patricio Whittingslow
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-07-15esp8266: provide hardware pin constants like GPIO2Ayke van Laethem
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-11-30machine: add Device constantAyke van Laethem
2021-10-28machine: support Pin.Get() function when the pin is configured as outputAyke van Laethem
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-05-06machine: move PinMode to central locationAyke van Laethem
2020-10-22WIP: Esp8266 Get Function (#1438)Connor
2020-09-09esp8266: add support for this chipAyke van Laethem