can interface tested
IT WORKING !!!!
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user