EnviroDIY / YosemitechModbus

A library to use an Arduino as a master to control and communicate with the modbus sensors produced by Yosemitech. Depends on the EnviroDIY/SensorModbusMaster library.
Other
10 stars 7 forks source link

Merge "Anthony test" to add AltSoftSerial examples. #7

Closed aufdenkampe closed 6 years ago

aufdenkampe commented 6 years ago

@SRGDamia1 , could you help me get this to pass Travis? It seems that it's hanging up because of the use of the AltSoftSerial library.

SRGDamia1 commented 6 years ago

Travis is passing for the pull request. Don't worry about the fail for the push. The version of Travis on master will pass this one because it's including AltSoftSerial.

Other than that, do you really think that many examples are needed when the only difference between them is one or two lines defining the serial port or a single line defining the model number? I'd just rather not clutter the folder (and need to maintain) so many examples that are very nearly identical.

aufdenkampe commented 6 years ago

@SRGDamia1, good points about too many examples. I'll try to clean them up soon. I just wanted to have the AltSoftSerial stuff work on Master.