123

Dependents:  

Fork of Ventiel by Temp27

Revision:
3:0a998c16eead
Parent:
2:029f0291d1c4
Child:
4:0b90e095f3b7
--- a/ventiel.cpp	Wed Aug 20 12:03:12 2014 +0000
+++ b/ventiel.cpp	Wed Aug 20 12:18:47 2014 +0000
@@ -42,7 +42,7 @@
     
     if ((v_var & (1 << n)) != 0)
     {
-        char ch = 0x30 + n;
+        char ch = 0x31 + n;
         com.putc(ch); 
         pc.printf("\nZeichenausgabe =  %c \n",ch);
         wait_ms(10);  
@@ -81,7 +81,7 @@
   {
     if ((v_var & (1 << n)) != 0) 
     {
-        char ch = 0x30 + n;
+        char ch = 0x31 + n;
         com.putc(ch);
         pc.printf("\nZeichenausgabe =  %c \n",ch);
         wait_ms(10);