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
Highlight all pins on breadboard that are connected internally to the pin on which the mouse pointer is hovered on. (#464)
Fix bug: moving of push button after simulating (#466)
Fix bugs of LED: Should not simulate if negative connected to some pin, should simulate if positive is connected to a pin with a resistor, should simulate if neg of led is connected to designated low pin. (#467)
Fix bugs of buzzer: Should not simulate if negative connected to some pin, should simulate if positive is connected to a pin with a resistor, should simulate if neg of buzzer is connected to designated low pin. (#475)
Fix bugs of servo mototr: should simulate after deleting and connecting back the wire of Signal pin. Should not simulate if (a) GND connected to unprogrammed Arduino pin, (b) GND connected to disconnected Resistor, (c) POWER connected to unprogrammed Arduino pin, (d) POWER and GND connected to each other, (e) POWER connected to GND of Arduino and GND connected to 5v of Arduino. (#477)
Fix bugs of RGB LED: Should not simulate if (a) Cathode pin connected to an unconnected resistor, (b) Cathode pin connected to a 5V pin. (#481)
Fix bugs of 2 Arduino: Same code getting displayed for both arduino, .ino code of 1st arduino gets overwritten by the second one. (#479)
While dragging the breadboard, drag all the components that are placed on it. (#485)
LED to read value of resistance, Scaling output voltage per resistance of Potentiometer, Allowed Potentiometer to send Resistance to connected LEDs, Potentiometer pin connection checks (#493)