Commit graph

5 commits

Author SHA1 Message Date
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