Philosophy or Mindset
bxgirten
Posts: 79
I'm somewhat new to Javelin Stamp programming although I've been programming Java since 1997.
Here's my question: Should I eliminate small circuits where I can?
Example: Instead of using a 555 to blink an LED for an alert, just use a Timer object to throttle the LED.
Do I just use the manual circuits when I don't want to overload the processor?
Thanks in advance!
Here's my question: Should I eliminate small circuits where I can?
Example: Instead of using a 555 to blink an LED for an alert, just use a Timer object to throttle the LED.
Do I just use the manual circuits when I don't want to overload the processor?
Thanks in advance!
Comments
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Tech Support
dandreae@parallax.com
[noparse][[/noparse]url]Http://www.parallax.com[noparse][[/noparse]/url]
·
If you could only see my "Homer Simpson stare". I'm a programmer first and understanding the hardware (circuitry) is where I'm still challenged. What's the gist of your explanation of the current source and sink?
Thank you for your patience.
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Tech Support
dandreae@parallax.com
[noparse][[/noparse]url]Http://www.parallax.com[noparse][[/noparse]/url]
·
Got it! Thanks. You inadvertantly answered another question: how much current is "needed" to drive a circuit. I have learned that it all depends on the components that make up the circuit. This has been a very humbling experience as I have gone from Java stud to bumbling electronics idiot.
I just remind myself: baby steps, patience, stay the course!