fezder
Well-Known Member
dafug? I did try initilazing that addr2 at void where it points at, but those others are mystery
errors:
errors:
C:
Arduino: 1.6.5 (Windows 7), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"
sketch_jan15a.ino: In function 'void charput(char, unsigned char, signed char)':
sketch_jan15a:93: error: uninitialized const 'addr2' [-fpermissive]
sketch_jan15a:96: error: assignment of read-only variable 'addr2'
sketch_jan15a:96: error: invalid conversion from 'unsigned char*' to 'unsigned char' [-fpermissive]
sketch_jan15a:97: error: assignment of read-only variable 'addr2'
sketch_jan15a:100: error: invalid type argument of unary '*' (have 'unsigned char')
sketch_jan15a:106: error: increment of read-only variable 'addr2'
uninitialized const 'addr2' [-fpermissive]
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Last edited: