Skip to content

Commit ac19033

Browse files
committed
PyBasic readme update
1 parent cfec0e5 commit ac19033

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PyBasic/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ The PyDOS version of PyBasic still has the following difference from the richpl
1616
* PyDOS version runs Basic program in place on flash rather than loading into memory
1717
* added a saved index source code option when saving or loading using the .PGM extension on a program filename, this vastly speeds up subsequent program load times
1818

19-
* pre-allocation of memory on startup, this seems to reduce the memory allocation errors when attempting to run large basic programs
20-
2119
* added SOUND freq,duration[,volume] command. The Windows code uses the winsound library and the Micropython/Circuit Python implementations
2220
assumes the appropriate speaker circuit is connected to the GPIO pin defined in pydos_bcfg.py
2321

0 commit comments

Comments
 (0)