Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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