![]() |
Forum Index : Microcontroller and PC projects : Using the Micromite as an editor..
Author | Message | ||||
Oldbitcollector![]() Senior Member ![]() Joined: 16/05/2014 Location: United StatesPosts: 172 |
I've mentioned my Propeller/Micromite project here a couple times. Here's one of the folks from our group who decided to take the idea and run with it by adding even more serial controlled microcontroller systems to the mix. http://youtu.be/x4CWS-emLyU In this example, he's using the Micromite as an on-board editor for the other systems to create a self contained multi-system. We've discovered that the Micromite editor is very flexible and friendly to files and languages other than BASIC. My Propeller/Micromite mini-computer project. |
||||
Oldbitcollector![]() Senior Member ![]() Joined: 16/05/2014 Location: United StatesPosts: 172 |
Just an additional note: This would not have been possible without the "OPTION CASE LOWER" command which allows us to set the editor to lower case. Our intentionally typed upper-case characters are left alone. Thank you Geoff! This Epruino function is a good example of just how flexible the Micromite editor is: [code] function toggle() { on = on; digitalWrite(LED1, on); } [/code] My Propeller/Micromite mini-computer project. |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |