Justin Edwards / Mbed 2 deprecated BLIRQ

Dependencies:   TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers helper.cpp Source File

helper.cpp

00001 #include "helper.h"
00002 #include "mbed.h"
00003 
00004 void printStruct(info* currInfo,Serial pc){
00005     pc.printf("%d",currInfo->gear);
00006 }