Initial commit after migrating repo and assuring the product launches

This commit is contained in:
2019-06-23 14:56:45 +02:00
commit 507f2aedbc
889 changed files with 60893 additions and 0 deletions

6
help/mig.html Normal file
View File

@ -0,0 +1,6 @@
<h2 style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204); border-image: none;"><big><span class="nowrap" id="rcTB">How to migrate a program to the Basic Stamp 1&reg;</span></big></h2>
<p>To migrate a program which is written with this editor/IDE you have to:</p>
<ul>
<li><p>remove/comment all the additional language features of the &pi;Basic Interpreter that you have used in your program (<code>SYSCLOCK, NEW 16, BREAKPOINT, ASSERT, DEBUG EEPROM, ACTIVATEINFO, DEACTIVATEINFO</code>)</p></li>
<li><p>copy & paste the code or just open the file with your installation of the Basic Stamp Editor&reg;</p></li>
</ul>