mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
todo commnets from ferry at expert review
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "KobukiParser.h"
|
||||
#include <iostream>
|
||||
|
||||
//checkedValue const maken
|
||||
//bitwise operators nachecken met website van kobuki serial website
|
||||
int KobukiParser::parseKobukiMessage(TKobukiData &output, unsigned char *data) {
|
||||
int rtrnvalue = checkChecksum(data);
|
||||
if (rtrnvalue != 0) {
|
||||
|
Reference in New Issue
Block a user