HelloWorld AD8556

Dependencies:   AD8556 mbed

Files at this revision

API Documentation at this revision

Comitter:
fblanc
Date:
Thu Sep 12 13:35:15 2013 +0000
Parent:
0:019c7e30bd13
Commit message:
3.3V ->5V

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 019c7e30bd13 -r e43b05e13f28 main.cpp
--- a/main.cpp	Wed Sep 11 13:32:04 2013 +0000
+++ b/main.cpp	Thu Sep 12 13:35:15 2013 +0000
@@ -4,7 +4,7 @@
 AD8556 aop(PTD7); //KL25Z
 //AD8556 aop(p21); //MBED
 unsigned char mode=ADC_MODE_SIMULATION;
-float vdd=3.3,vss=0.0;
+float vdd=5.0,vss=0.0;
 
 void pc_rx(void)
 {
@@ -63,7 +63,7 @@
 
 int main()
 {
-pc.printf("\r\nAD8556 HelloWolrd 11/09/2013\r\n");
+pc.printf("\r\nAD8556 HelloWolrd 12/09/2013\r\n");
     //aop.init(ADC_Simulate_Parameter_Value,0x00, 0x00,0x7F);
 
     while (1) {