forked from robinhedwards/ArduinoBASIC
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mario Pascucci edited this page May 24, 2019
·
2 revisions
Welcome to the MegaBASIC, a BASIC interpreter for Arduino Mega.
To create a portable computer with a minimal display, keyboard and SD card slot, with some Arduino pins available for experimenting and learning.
Project is a fork of Robin Edwards ArduinoBASIC, inspired to some '80 years home computers.
Core is an Arduino Mega, chosen for its big flash memory, that allow more space for functions. There is support for a display, a keyboard and a SD card slot.
See appropriate sections for details about supported hardware.
MegaBASIC is a dialect derived from Tiny BASIC with added functions for interfacing with Arduino hardware (digital and analog pins), graphic commands and file save and load from SD card.