You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code will likely be the same for all chip_digital_write primitives, regardless of platform. Since you are just invoking the primitive.
(in fact this will the strategy for most primitives)
I think we can generalize this and move to a reversibility file to avoid code duplication. In will make implementing the reversibility for other primitives easier as well.
WARDuino/src/Primitives/arduino.cpp
Lines 511 to 522 in 296fffd
This code will likely be the same for all
chip_digital_write
primitives, regardless of platform. Since you are just invoking the primitive.(in fact this will the strategy for most primitives)
I think we can generalize this and move to a
reversibility
file to avoid code duplication. In will make implementing the reversibility for other primitives easier as well.Originally posted by @tolauwae in #250 (comment)
The text was updated successfully, but these errors were encountered: