summaryrefslogtreecommitdiff
path: root/src/devices.h
AgeCommit message (Collapse)Author
2020-06-08This CL adds a major refactor to the protocol implementation by moving away ↵Aditya Naik
from protobuf for non-nested messages, simplifying the communications and reducing encoding/decoding overhead for both the master and slave. Smaller changes added include changes in address schemes and changes to the relevant macros to match the addressing changes. Changes by this CL have been tested to work with multiple slaves on different platforms (STM32 HAL-based and Micropython based). Documentation of the refactored protocol to specify the exact byte ordering for each message is pending. Author: Aditya Naik Reviewers: None Task list: None
2020-04-09Added cient code to master hsAditya Naik