mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
changed to bool
This commit is contained in:
@@ -252,7 +252,7 @@ void CKobuki::setSound(int noteinHz, int duration) {
|
|||||||
pocet = write(HCom, &message, 9);
|
pocet = write(HCom, &message, 9);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CKobuki::startCommunication(char *portname, bool CommandsEnabled,
|
bool CKobuki::startCommunication(char *portname, bool CommandsEnabled,
|
||||||
void *userDataL) {
|
void *userDataL) {
|
||||||
if(connect(portname) != -1){
|
if(connect(portname) != -1){
|
||||||
enableCommands(CommandsEnabled);
|
enableCommands(CommandsEnabled);
|
||||||
|
Reference in New Issue
Block a user