2.1
2020-05-17
This is only a minor release, but there are some huge changes.
• I've added a few new components: a battery and a motor. Now you can build circuits that really demonstrate how transistors work
• There is a new workboard area in the middle of the screen, where you can place motors and batteries. I've got ideas for other components like this in the future
• I've added a sample circuit (named motor) that demonstrates using a transistor to control a motor
• I've also improved the transistors sample (delete that sample then reload all samples to get the new version)
• A big change is that you can move components just by dragging their connectors. And as if that wasn't enough, you can now pick new components from a sidebar list and drop them on the breadboard. You can still edit the circuit definition directly if that's what you're into
• I've improved the graphics for components (especially transistors and diodes), also I've improved the colours so wires and things show their on/off states better
• I've added reset buttons to the microcontrollers - like a real Arduino. A long tap on these will stop a running program
• I've aded a digitalRead function. It reports the state of a digital pin - including the Arduino's feature that an unconnected pin has an indeterminate state (could be 1, could be 0)
2.0
2020-04-27
This is an extensive rewrite (It's now written in Swift)
• There's now a Mac app as well as the iPad app. Pay once for both apps
• There's now the ability to save programs and circuits to iCloud
• The graphics are now high definition
• Supports 4 different Arduino microcontrollers
1.3
2019-09-05
Simduino now supports the millis() function
If you try to call a function that doesn't exist, a message gets written to the Monitor console.
Resize the text views when the keyboard is displayed - makes scrolling the displays possible
1.1
2017-09-09
Minor changes to support latest iOS version
1.0.1
2012-05-26
You can now add your own programs
There is better error detection when your program includes mistakes