Commit graph

14 commits

Author SHA1 Message Date
f75b277434 Upload files to "/" 2025-03-29 00:44:47 +01:00
2c2418703c I'm not even going to acknowledge this one. 2025-03-27 23:34:18 +01:00
25d1325614 Upload files to "/" 2025-03-27 13:03:30 +01:00
9c60169d40 MORE FIXES, ***MORE*** FIXES 2025-03-26 00:49:47 +01:00
70e2f9baf6 Bug fixes :) 2025-03-26 00:12:36 +01:00
80ebcd3be9 Added high command and low command
Added `high` command - usage `high <pin-number>` (sets pin inputted to high)
Added `low` command - usage `low <pin-number>` (sets pin inputted to low)
2025-03-25 21:19:59 +01:00
a7fe4d8f87 Added license 2025-03-25 19:51:25 +01:00
abcbb754a4 Added loop command to the help command output 2025-03-25 18:46:46 +01:00
871430f9b9 Added a lot of stuff, read description for details.
Added a very small scripting language, 'G-Script' to use write commands to a file with the .gs suffix and to run It just use the newly added `run` command. For more info about the run command read further down. 

Added `loop` command - usage `loop <numberoftimetoloop> <command>` (Loops command the inputted amount of times)
Added `cat` command - usage `cat` (Prints a cute little cat to the terminal)
Added `run` command - usage `run <scriptname.gs>` (Runs  G-Script scripts)

G-Script Is still not fully Turning Complete, I'm working on It, trust me.
2025-03-25 18:44:12 +01:00
d0429a9bc7 Added calc command that does math.
Added `calc` command - usage `calc <number> <operand> <number>`
2025-03-25 13:00:45 +01:00
4bc546567c Added help command
Added help command that lists all existing command.
2025-03-25 11:28:27 +01:00
546613ac68 Update GrainOS.ino 2025-03-24 22:28:40 +01:00
427d76b55b Added writing files, reading files, listing files, removing files.
I added a very simple writing, reading, listing and deleting file system. 
It writes everything to RAM in an array, so you really shouldn't go much overboard with this.
Commands are simple and are included in the main file. The arduino doesn't really need any other extention or anything, just upload the code and hacker away!
2025-03-24 22:01:38 +01:00
de78f3cf54 Upload files to "/" 2025-03-24 19:33:22 +01:00