2022-05-03

Day 3: experimental

An experimental Arduino sketch, built using Tinygo, to see if I could get something displayed on the LCD. #mbmay

Yeah, it’s pretty cool. Although I don’t think it’s the full Go language. Many of the packages that don’t make sense for microcontrollers are not included, and I don’t think a garbage collector is even used, given how little RAM these things have. But still, I’m impressed.