summaryrefslogtreecommitdiff
path: root/software
AgeCommit message (Collapse)Author
2024-05-30software: communication: Add SerialInterfacexengineering
This new type bundles the whole communication stack. This is easier to use than handling types for each layer on the user side of the communication package.
2024-05-30software: Implement serial port printoutxengineering
This validates that the code is able to get data from the serial port.
2024-05-30software: Implement serial port detectionxengineering
2024-05-28software: Add folder and go.modxengineering
This folder will contain the Go software which runs on the iot-core device.