Asbelos

Results 71 comments of Asbelos

Use case example... tablet mounted on layout

In assortedBits branch.. but is triggered by using UNUSED_PIN in the configuration of the motor drivers analog current sense pin.

No need to wait to do webthrottle because webthrottle will never need to know about the turnout technology... it will only need to know the list of ids and how...

id is a positive integer, chosen by the user to uniquely identify a turnout... so when something wants to throw, it only needs the id Eeprom saving is similar to...

My understanding is that the Lcn master would know where to send the message. If not, we could add the node to the command.

These commands, like all the others, can be injected at any time, by hand, by jmri or (with the benefit of a separate auto-startup feature) from the sketch.

Thats one way.... otherwise the jmri/rocrail has to understand all the combinations. The easier way, Imho, is to pretend to jmri and rocrail that we ONLY support dcc turnouts (and...

can I suggest the following: works as now.. But the 2 param version uses a linear address .... So is exactly the same as (4*addr + sub) The code is...

Technically, we could even discard the current packet part way through if the new packet is more important. If the current packet is still preambling, nothing would notice because we...

Its likely that custom firmware would be incompatible with existing wifi libraries as we would have multiple processes sending or listening on the wifi serial. We could manage this if...