trying to make telnetserver repo public
Fork of MODGPS by
ChangeLog.c
- Committer:
- AjK
- Date:
- 2010-11-20
- Revision:
- 1:6aec92e77ad2
- Parent:
- 0:db98027c0bbb
- Child:
- 2:8aa059e7d8b1
File content as of revision 1:6aec92e77ad2:
/* 1.0 - 11/11/2010 - Initial release 1.1 - 11/11/2010 - * Made some documentation corrections. 1.2 - 11/11/2010 * Added user API callback options for teh following signals:- 1PPS NMEA RMC message processed NMEA GGA message processed * Added example1.cpp and example2.cpp to demonstrate how to setup and use various features/functions. 1.3 - 11/11/2010 * Increased the frequency at which process_request flag to checked. * Included the baud() and format() methods which are just passed onto the parent object, Serial. * Updated the example1.cpp and example2.cpp to include more details. 1.4 - 13/10/2010 * Changed the name to MODGPS as "GPS" was too generic. * Improved the example1.cpp program with a lot more details on the usage of the module. 1.5 - 14/11/2010 * Added more cookbook documentation. 1.6 - 14/11/2010 * Added more doxyden API comments. 1.7 - 14/10/2010 * Added a lot more doxygen comments for teh API group. 1.8 - 14/10/2010 * Added a lot more doxygen comments for the API group. 1.9 - 15/11/2010 * Added @ingroup API to getGPSquality() 1.10 - 17/11/2010 * Improved doxygen documentation 1.11 - 17/11/2010 * Mbed's systems don't like @mainpage, rolling back */