Hi, I'm making a program in C for the gertbot, and i would like to use the linux method get_motor_missed(brd,mot) Method in linux : # # Get motor missed steps from board # # return list with on element: missed steps # returns empty list on fail # def get_motor_missed(brd,mot) : id = (brd<<2) | mot w...