17 Commits

Author SHA1 Message Date
0734d65146 Wireshark dissector: Fix control type/mode values 2022-09-17 23:36:26 +02:00
701243ad89 Added id and iq fields 2022-09-17 16:36:24 +02:00
a74791e2aa Add wireshark dissector 2022-05-20 19:23:32 +02:00
496e2556f4 Fix Id, Iq feedbacks; add separators to multi-bit fields to make less error prone 2022-04-28 03:52:48 +02:00
cb5939eefb Add Id Iq can registers 2022-04-26 23:10:59 +02:00
caaa92eca9 Irgendwas mit buttons 2022-04-25 20:24:44 +02:00
9e256acdaa New button protocol 2021-12-29 23:49:57 +01:00
a331746ede Added tempomat fields to serial msg 2021-07-16 19:27:42 +02:00
1acdbfe14e Added CMakeLists.txt for esp-idf 2021-06-28 19:40:52 +02:00
2c6fb114f2 Added more CAN addresses for buttons and adc inputs 2021-06-28 14:21:22 +02:00
2e0f97d6dd Fixed compiler warnings with mixed types in enum declarations 2021-06-28 10:46:56 +02:00
964acb82f0 More sorts of currents in feedback (#5)
* more types of current in state

* fixed layout assertions and added namespaces
2021-06-28 10:34:10 +02:00
b6f0d6a185 Feature can (#4)
* can related implementations

* Fixed includes

* Added receiving can registers

* Added debug utility

* template compile time magic

* more canbus registers

* Indent fixes
2021-05-23 17:53:27 +02:00
8c6b432d7e Merge pull request #3 from bobbycar-graz/shrink-structs
Shrink structs, make fields unsigned where only positive values are used
2020-10-25 02:05:09 +02:00
dfa9e2178e Add struct layout assertions 2020-10-25 01:55:16 +02:00
c176bb40a2 Shrink structs, make fields unsigned where no sign needed
This reduces sizeof(Command) from 40 to 32 and sizeof(Feedback) from 44 to 34
2020-09-02 00:18:06 +02:00
39f76cb62b Added protocol.h 2020-05-19 10:59:53 +02:00