Skip to content

Instantly share code, notes, and snippets.

View brysonreece's full-sized avatar
🐛
Creating new bugs

Bryson Reece brysonreece

🐛
Creating new bugs
View GitHub Profile
@brysonreece
brysonreece / tools.c
Last active February 22, 2020 07:27 — forked from anonymous/gist:b72e2737f1b58a0dd24eb8bffacdc616
Particle Boron getSystemStatus() Tools
/*
* Particle leaves it to the datasheet to explain.
*
* http://www.ti.com/lit/ds/symlink/bq24195.pdf
* page 32.
*/
int vbus_status(systemStatus)
{
vbus = (systemStatus >> 6) & 3;