alan broad / Mbed OS carbon_v5_arm_studio

Dependencies:   libxDot-mbed5

inc/wbit_util.h

Committer:
alan1974
Date:
2018-06-18
Revision:
0:a91cd1b08360
Child:
1:0d25d9ddbe9f

File content as of revision 0:a91cd1b08360:

#ifndef __WBIT_UTIL_H__
#define __WBIT_UTIL_H__
#include "mbed.h"

uint8_t join_network_attempts_wbit();
bool join_network_wbit(uint8_t nmbAttempts);  //waterbit specific because Multitech doesn't seem to know what a forever loop will do to power consumption

#endif