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.
Dependencies: Buffer MMA8451Q mbed-rtos mbed
main.cpp@0:93d648fde6cf, 2013-06-04 (annotated)
- Committer:
- jhestolano
- Date:
- Tue Jun 04 01:42:20 2013 +0000
- Revision:
- 0:93d648fde6cf
Simple data logger.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| jhestolano | 0:93d648fde6cf | 1 | #include "logger.h" |
| jhestolano | 0:93d648fde6cf | 2 | |
| jhestolano | 0:93d648fde6cf | 3 | int main() |
| jhestolano | 0:93d648fde6cf | 4 | { |
| jhestolano | 0:93d648fde6cf | 5 | Logger myLog(USBTX, USBRX); |
| jhestolano | 0:93d648fde6cf | 6 | while(true); |
| jhestolano | 0:93d648fde6cf | 7 | } |