StephenBlackWasAlreadyTaken / wixel-xDrip

Allow a wixel to function as Dexcom Reciever
Other
47 stars 117 forks source link

use usbPowerPresent to decide if usb is enabled #15

Closed saercnap closed 9 years ago

saercnap commented 9 years ago

closes #13

StephenBlackWasAlreadyTaken commented 9 years ago

Cool, the only concern I have here is that switching modes will change the actual amount of time the wixel sleeps, for the most part this is fine but if it happens at the wrong time it could cause it to sleep through the next several packets

Currently on its first pass the wixel scans indefinitely until it finds that first packet and times its sleeping off of that, changing this could cause some headaches

StephenBlackWasAlreadyTaken commented 9 years ago

Merging then Im going to add the conditionals, its apparently a pain for me to add to another commit thats off another fork