A simple project for sending button input up to AT&T Flow

Dependencies:   FXOS8700CQ MODSERIAL mbed

For instructions on using this program, see the AT&T Starter Kit tutorial on it.

History

updated comment default tip

2016-08-12, by rfinn [Fri, 12 Aug 2016 21:47:22 +0000] rev 72

updated comment


updated comment;

2016-08-12, by rfinn [Fri, 12 Aug 2016 17:18:09 +0000] rev 71

updated comment;


corrected config names, added HTTP example

2016-08-09, by rfinn [Tue, 09 Aug 2016 23:55:37 +0000] rev 70

corrected config names, added HTTP example


updates to variable names

2016-08-09, by rfinn [Tue, 09 Aug 2016 23:48:44 +0000] rev 69

updates to variable names


prep for sharing;

2016-08-09, by rfinn [Tue, 09 Aug 2016 19:23:11 +0000] rev 68

prep for sharing;


changed 'puts' calls to PUTS and defined them in hardware.h along with PRINTF so we can set them all to pc.puts

2016-08-04, by JMF [Thu, 04 Aug 2016 16:24:13 +0000] rev 67

changed 'puts' calls to PUTS and defined them in hardware.h along with PRINTF so we can set them all to pc.puts


Need to unconditionally set the APN string for new boards!

2016-08-04, by fkellermavnet [Thu, 04 Aug 2016 05:48:20 +0000] rev 66

Need to unconditionally set the APN string for new boards!


Use MODSERIAL with; bool MODSERIAL::claim (FILE *stream); commented out

2016-08-01, by stefanrousseau [Mon, 01 Aug 2016 23:35:19 +0000] rev 65

Use MODSERIAL with; bool MODSERIAL::claim (FILE *stream); commented out


Replaced all printf's with PRINTF=pc.printf; moved to latest mbed library

2016-08-01, by stefanrousseau [Mon, 01 Aug 2016 23:32:55 +0000] rev 64

Replaced all printf's with PRINTF=pc.printf; moved to latest mbed library


Changed the mdm UART from SerialBuffered to MODSERIAL so there will only be one type.

2016-08-01, by stefanrousseau [Mon, 01 Aug 2016 20:19:58 +0000] rev 63

Changed the mdm UART from SerialBuffered to MODSERIAL so there will only be one type.