Search found 2 matches

by cheeng
Wed Sep 12, 2018 10:15 pm
Forum: General Discussion and Questions
Topic: Am I Objectifying My Architecture Too Much?
Replies: 3
Views: 1932

Re: Am I Objectifying My Architecture Too Much?

Thanks so much for the reply. Good place to read as well. I will start to investigate down that path. When you say instantiating hardware as a class variable, do you mean wrapping hardware in a custom class for encapsulation/abstraction but still only creating one object with that class? Also, found...
by cheeng
Wed Sep 12, 2018 3:46 pm
Forum: General Discussion and Questions
Topic: Am I Objectifying My Architecture Too Much?
Replies: 3
Views: 1932

Am I Objectifying My Architecture Too Much?

Thank you all in advance! Currently working on my first foray into micropython and want to get the experts' opinions. I am working with a pycom board to read some voltages via the ADC and read some sensor data every minute. Rather than the loop/wait paradigm, I went with a shot timer calling a maste...