Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 15:51 11 May 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Using the Micromite as an editor..

Author Message
Oldbitcollector

Senior Member

Joined: 16/05/2014
Location: United States
Posts: 172
Posted: 07:29pm 21 Jul 2014
Copy link to clipboard 
Print this post

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.


Edited by Oldbitcollector 2014-07-23
My Propeller/Micromite mini-computer project.
 
Oldbitcollector

Senior Member

Joined: 16/05/2014
Location: United States
Posts: 172
Posted: 08:24am 23 Jul 2014
Copy link to clipboard 
Print this post

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.
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025