Initial project commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.eveningoutpost.dexdrip.G5Model;
|
||||
|
||||
import com.eveningoutpost.dexdrip.Models.JoH;
|
||||
|
||||
|
||||
/**
|
||||
* Created by jamorham on 25/11/2016.
|
||||
*/
|
||||
|
||||
public class GlucoseTxMessage extends BaseMessage {
|
||||
|
||||
private final static String TAG = G5CollectionService.TAG; // meh
|
||||
static final byte opcode = 0x30;
|
||||
|
||||
public GlucoseTxMessage() {
|
||||
init(opcode, 3);
|
||||
UserError.Log.d(TAG, "GlucoseTx dbg: " + JoH.bytesToHex(byteSequence));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user