Open markdeegan opened 5 days ago
Hey Mark - I think we should break that ino into a starting template. An initial set up for all future sensors. Perhaps (even better again) if we can include the core capabilities as a library with an interface from the sensor so the code you see in the sensor is actually very light, and the "standard brains" are included as a library file. That would make debugging so much easier and derisk a lot of accidental typo stuff. I'll push up a sensor template today - I see you've done an LED cycle check in, so I'll take a look at that and try to merge it up.
Sure. Yes, it would make sense to isolate just the behaviours of a given sensor and treat everything else as a wrapper.
Mark
Jason. I have been working on the .ino file you shred with me at the weekend. If I am to upload this to the new repo, where should it go? I presume /workers/tiller, but I'd like confirmation before I commit anything. Thanks Mark.