sensebox / React-Ardublockly

This repository contains the new senseBox learn- and programming environment powered by google Blockly and React
Apache License 2.0
2 stars 6 forks source link

return sensor value and fix pin mapping for water temperature sensor #317

Closed PaulaScharf closed 3 days ago

PaulaScharf commented 3 weeks ago

316

To fix the pin mapping I mapped "A", "B" and "C" to "IO1_2", "IO3_4", "IO5_6" for the old MCU and to "IO3_2", "IO5_4", "IO7_6" on the new MCU-S2.

PaulaScharf commented 1 week ago

I would vote to already merge this, even though the issue got an extension. Because the functionality of the OneWire Adapter is currently under discussion (as far as I understood), so I dont know when it would make sense to implement that extension

PaulaScharf commented 6 days ago

ok, in any case, I implemented it now so that you can select both the Port and the Index of your thermometer+OneWire image

Also added a tooltip to the best of my understanding