Newbie questionnaire

New members questions
Post Reply
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Newbie questionnaire

Post by rimai »

Right on :)
Roberto.
User avatar
joshlawless
Posts: 138
Joined: Thu May 23, 2013 2:52 pm

Re: Newbie questionnaire

Post by joshlawless »

Since I've taken out the line that maps the percentage byte onto a 12-bit number, do I still need to have lines four and five in my CustomExpansion function:

Code: Select all

  Wire.endTransmission();
  Wire.beginTransmission(id);
It seems like there's no need to end then immediately start the transmission, but I don't know the Wire functions at all.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Newbie questionnaire

Post by rimai »

Not sure. Try it :)
Roberto.
User avatar
joshlawless
Posts: 138
Joined: Thu May 23, 2013 2:52 pm

Re: Newbie questionnaire

Post by joshlawless »

Living dangerously! Will let you know what happens when I get it connected. :-)
Post Reply