Arduino NBduino Library  0.12.0
Functions | Variables
NBduinoLibrary.cpp File Reference

contains the NBduino class mathods implementation. This class can be used to ease the programming of an Arduino sketch using the TopView NBduino shield. More...

#include <arduino.h>
#include <NBduinoLibrary.h>

Go to the source code of this file.

Functions

char * int2hex (int number)
 
 clean ()
 
bool getIMEI (char *imei)
 
bool sync ()
 
void sendCommand (char *command)
 
void sendCommand (char *command, char *imei)
 

Variables

void(* Reset )(void)=0
 

Detailed Description

contains the NBduino class mathods implementation. This class can be used to ease the programming of an Arduino sketch using the TopView NBduino shield.

Author
Antonio Cafiero
Date
14/12/2018

Definition in file NBduinoLibrary.cpp.