Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 264 → Rev 381

/DUBwise/trunk/shared/src/DUBwiseDefinitions.java
12,6 → 12,7
public final static byte USER_INTENT_LCD =5;
public final static byte USER_INTENT_EXTERNAL_CONTROL =6;
public final static byte USER_INTENT_GPSOSD =7;
public final static byte USER_INTENT_FOLLOWME =8;
 
 
public final static byte GPS_FORMAT_DECIMAL =0;
22,8 → 23,9
public final static byte SPEED_FORMAT_MPH =1; // miles/h
public final static byte SPEED_FORMAT_CMS =2; // cm/s
 
public final static byte BOOTLOADER_STAGE_NONE=0;
public final static byte BOOTLOADER_STAGE_GOT_MKBL=1;
 
 
/* from uart.h
unsigned char Digital[2];
unsigned char RemoteTasten;