mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Updated usb serial console (markdown)
parent
8eeea06c0b
commit
00f63e0900
@ -57,7 +57,7 @@ The terminal exposes the ChibiOS/RT Shell:
|
||||
* Deletes a file.
|
||||
* fopen
|
||||
* Opens a file for reading and modification.
|
||||
* Note: The current position will be set to the end of the file. Use "seek 0" to move to the start of the file.
|
||||
* Note: The current position will be set to the end of the file. Use "fseek 0" to move to the start of the file.
|
||||
* fseek
|
||||
* Sets the current position inside the currently opened file.
|
||||
* fclose
|
||||
|
Loading…
Reference in New Issue
Block a user