PicoMite V6.00.02 release candidates - all versions


Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 11026
Posted: 03:23pm 18 Apr 2025      

V6.00.02RC16 is available on

https://geoffg.net/Downloads/picomite/PicoMite_Beta.zip

Fixes bug in GUI GAUGE
Fixes bug in SETPIN n,ARAW
Removes OPTION FAST TRIG ON/OFF as there is a bug in the Pico implementation of the C functions cosf and sinf so this is not reliable

Implements HELP [search_pattern$] command. See above.

HELP without a parameter just outputs the text:
"Enter help and the name of the command or function
Use * for multicharacter wildcard or ? for single character wildcard"

This looks for a file on the A: drive named "help.txt"
This must be formatted as follows:
~searchable_string
text line - recommend this is the command syntax e.g. COLOUR fore [, back]
text line
....
text line
~next_searchable_string
text line
....
etc.

There can be one or many text lines for each searchable_string. It is highly recommended that text lines do not exceed 80 characters in length

in the "search_pattern" use * for multicharacter wildcard or ? for single character wildcard

The command will output all sections (between the matching searchable string and the next searchable string) where the search_pattern matches the searchable_string
Edited 2025-04-19 01:23 by matherp