User profile: Fitter

User info
User name:Fitter
Location:Western Australia
Bio:Mechanical Engineer coming to terms with programming microprocessors (Arduino PCBs with ATmega328P chips).
History
Joined:
Number of posts:4
Latest posts:

Switch default always triggers
You got it! Thanks.

Switch default always triggers
I have inserted [i]'default'[/i] statements in my switch. [code]void confirmCompletion() { if ...

Structure of Switch code
Thanks for that [b]cire[/b]. Leaving out [i]'break'[/i]! Aaaaarrrrrggggh!!

Structure of Switch code
I have problems with a function involving switch statements: [code]// Read in message from slave(s)...