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 : Onboard LED
Author | Message | ||||
Malibu Senior Member Joined: 07/07/2018 Location: AustraliaPosts: 228 |
G'day all, I'm running a Webmite with Version 5.070804 I'm trying to control the onboard LED to flash at different rates determined by what's happening in the code. Following this in the manual - and.... with this code... option heartbeat off ? mm.info$(pin 43) const LED = 43 setpin LED, dout do pin(LED) = not pin(LED) pause 500 loop results with (In the MMCC)... Am I missing something? I can only find 4 references to gp25 and I read it as disabling the HeartBeat releases gp25 as a usable output (Although, not physically accessible) John |
||||
TassyJim Guru Joined: 07/08/2011 Location: AustraliaPosts: 6099 |
Things are different for the WEBmite From the WEBmite manual Jim VK7JH MMedit MMBasic Help |
||||
Malibu Senior Member Joined: 07/07/2018 Location: AustraliaPosts: 228 |
Thanks Jim, much appreciated! That's perfectly clear now, and it looks like I've been referencing the wrong manual all along! John |
||||
Print this page |