forked from RodionGork/TinyBasic
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5763475
commit 70e99c2
Showing
24 changed files
with
4,777 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,27 @@ | ||
**Miskatino Basic for Arduino Mini (with 2k RAM) v1.1** | ||
# Miskatino Releases | ||
|
||
Just open it in your Arduino IDE and upload to your chip. | ||
### Miskatino Basic for Arduino | ||
|
||
It could also be compiled for other Arduinos with sufficient RAM, | ||
e.g. for Arduino Pro Micro / Leonardo. | ||
It can be used with various chips having at least 2k of RAM: | ||
|
||
- Arduino Pro Mini / Nano / Duemilanove (AtMega328) | ||
- Arduino Pro Micro / Leonardo (AtMega32u4) | ||
|
||
Just open the folder `arduino-src` in your Arduino IDE and upload to your chip. | ||
|
||
It will work with default `Serial` connection (i.e. first UART on Mini or USB on Micro). | ||
|
||
However you may want to change `Serial` in this case so that MCU | ||
works with UART interface (D0-D1) instead of USB - this can be | ||
helpful when attaching Bluetooth module, for example. Just | ||
change `Serial` to `Serial1` in the `ardubasic.ino`. | ||
|
||
Note that default baud rate is 115200. To work with BlueTooth modules it should | ||
be either changed to 9600 or the module itself should be reconfigured to higher speed. | ||
|
||
### Miskatino Basic for STM32F103 | ||
|
||
Upload the hex file to your controller. It will work via first UART. Default | ||
baud rate is 115200. | ||
|
||
Pins 0-15 are assigned to PA0-PA15. ADC pins are the same as digital pins 0-7. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.