Whiteferret
Well-Known Member
- Joined
- 23/5/10
- Messages
- 310
- Reaction score
- 148
hey whiteferret,
the brauduino2.pde code is old and worked on arduino 022 I have a newer code for arduino v1 its included in the zip in my sig as brauduino2.ino or HERE
all those errors are due the the deg c sign, in the 022 version of the arduino IDE you could just put
Code:lcd.write(0);
but in version 1.0 you need to type cast 0 as an unsigned int to make it compile like this
Code:lcd.write((uint8_t)0);
anyway use the newer code as there has been a few other changes
cheers steve
What he said![]()
I used the latest brauduino2.ino code from the github resource when I flashed the microcontrollers for all the bonjuinos. It's best to use that code because it contains some changes that affect the operation of the brewery.
Thanks I've definately got something wrong with my arduino installation.
I was hoping to have a play on the Eleven controller hooked up to Matho's shield over the weekend.
Now I'll just have to be patient until Bonj's Bonjuino gets here. :super:

