Project

General

Profile

Revision 882

Added by Brad Neuman over 15 years ago

added comments explaining the columns

View differences:

branches/autonomous_recharging/code/projects/autonomous_recharging/archs/Robot Debug/main.c
4 4
volatile uint32_t byte;
5 5
volatile short code, next;
6 6

  
7
/* column definitions
8
1: time
9
2: OCR1B (control)
10
3: current
11
4: voltage
12
5: temp
13
*/
14

  
15

  
7 16
void recv(char i2c_byte){
8 17
    static char str[8];
9 18

  

Also available in: Unified diff