This Program Demonstrate how to make LPC1768 ADC measure the analog voltage and report it to through the USB uart of mbed.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
boseji
Date:
Thu Sep 30 15:50:04 2010 +0000
Parent:
0:c0f5fc067a00
Commit message:
With a few Autodoc comments

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r c0f5fc067a00 -r dd22d26c3a63 main.cpp
--- a/main.cpp	Thu Sep 30 15:36:20 2010 +0000
+++ b/main.cpp	Thu Sep 30 15:50:04 2010 +0000
@@ -1,11 +1,10 @@
-/**
- * \brief ADC Processing, Serial Comm, Timers, Button Inputs, Analog Output, FAT File systems
+/** ADC Processing, Serial Comm, Timers
  * 
- * \version 0.0
+ * @version 0.0
  *
- * \author boseji (http://m8051.blogspot.com)
+ * @author boseji (http://m8051.blogspot.com)
  *
- * \note
+ * @note
  * Copyright (c) 2010, boseji
  * released under MIT license http://mbed.org/licence/mit 
  *