Baby Bertha

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: External interrupts #1072
    Baby Bertha
    Member

    Well, that’s fine if you can use the pinChange interrupt, but not if you require the use of the external interrupt 🙂 I modified my shield, it was no problem, and the code was trivial to change because you nicely defined the pin numbers in one place.

    I’m not sure what’s so bad about vias – after all, all of the component holes are through-plated, so it’s not as if you’re avoiding the need for that plating when the boards are made. Looking at the layout, you could just shuffle all the pins along two places though, without needing any vias (you might need to move the header sockets over slightly to make enough room). Just a suggestion anyway – mine’s working how I need it. Thanks for a nice product!

    in reply to: Suggestion about fixed point use #1071
    Baby Bertha
    Member

    I understand that, but nevertheless, the setDecimalPoint API interacts with the leading zero blanking in a way that doesn’t make any sense (and probably wasn’t anticipated). LZB should blank zeroes, but never points! As it stands it basically means I have to implement the digit drive code myself, since the API doesn’t work in a way that’s useful here (I’m not saying the standard setValue methods aren’t useful, they are). In fact using a floating point value works pretty much how I need it to, so as long as that proves to be fast enough it will do the job nicely.

Viewing 2 posts - 1 through 2 (of 2 total)