Daniel Tobias
Daniel Tobias
For example on AVR int is only 16 bits, but on 32 bit boards it's 32 bits. lets always use int16_t/uint16_t to be sure. long _should_ always be 32 bits...
it doesn't require a secondary trigger for full sync, before it was only possible to reach 'half-sync'
commits should describe what is happening
Currently axis data is only read from (0)20 packets, (0)07 packets also appear to send axes data for triggers and sticks. Missing these packets could cause input lag / delays....
* optimisation was set as -Os before by environment, should actually use -O2 now * new board BlackPill_F401CE * deps updated * general consistency between boards
(this also changes indicator status capitalisation for consistency)
### Has this issue been covered in the Wiki? - [X] I have read the Wiki and my issue is not covered. ### Is there an existing issue reported already?...