Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / robot_comm.h @ 1181

History | View | Annotate | Download (366 Bytes)

1
#ifndef _robot_comm_h
2
#define _robot_comm_h
3

    
4
void robot_set_orbs (uint8_t red1, uint8_t green1, uint8_t blue1, uint8_t red2, uint8_t green2, uint8_t blue2);
5
void robot_set_motors (uint8_t direction1, uint8_t speed1, uint8_t direction2, uint8_t speed2);
6
void robot_set_bom (uint16_t bitmask);
7
void robot_read_encoders (void);
8

    
9

    
10

    
11

    
12

    
13

    
14

    
15

    
16

    
17

    
18

    
19

    
20

    
21
#endif