can interface tested

IT WORKING !!!!
This commit is contained in:
2023-08-24 20:31:40 +02:00
parent 357a7af1e8
commit 519cbfff68
5 changed files with 102 additions and 66 deletions

View File

@ -57,8 +57,12 @@ void Factory_init() {
}
void foo(uint8_t a, uint8_t b, uint32_t c){
LED_on(l1());
CAN_Send(b, a, c);
if(b){
LED_on(l1());
} else {
LED_off(l1());
}
CAN_Send(a, b, c);
}
//connect objects if required