]> git.leonardobizzoni.com Git - pioneer-stm32/commit
otto protobuf test works
authorFederica Di Lauro <federicadilauro1998@gmail.com>
Tue, 11 Feb 2020 13:03:20 +0000 (14:03 +0100)
committerFederica Di Lauro <federicadilauro1998@gmail.com>
Tue, 11 Feb 2020 13:03:20 +0000 (14:03 +0100)
commit5b517fed6a0845347a9cde3b4260e9d9f2a27032
tree15230a927cb85e4c47056a3dcba9193908b42140
parenta75c60fac6d595a01f73083dc1bae82fed83b190
otto protobuf test works
15 files changed:
otto_controller/Core/Inc/otto_communication.pb.h [new file with mode: 0644]
otto_controller/Core/Inc/pb.h [new file with mode: 0644]
otto_controller/Core/Inc/pb_common.h [new file with mode: 0644]
otto_controller/Core/Inc/pb_decode.h [new file with mode: 0644]
otto_controller/Core/Inc/pb_encode.h [new file with mode: 0644]
otto_controller/Core/Src/main.cpp
otto_controller/Core/Src/otto_communication.pb.c [new file with mode: 0644]
otto_controller/Core/Src/pb_common.c [new file with mode: 0644]
otto_controller/Core/Src/pb_decode.c [new file with mode: 0644]
otto_controller/Core/Src/pb_encode.c [new file with mode: 0644]
utils/protobuf_messages/messages_definitions/otto_communication.pb [new file with mode: 0644]
utils/protobuf_messages/messages_definitions/otto_communication.pb.c [new file with mode: 0644]
utils/protobuf_messages/messages_definitions/otto_communication.pb.h [new file with mode: 0644]
utils/py_serial_examples/proto_transmit.py [new file with mode: 0644]
utils/py_serial_examples/transmit.py