Commit graph

3 commits

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