You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PyBasic/README.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ The PyDOS version of PyBasic still has the following difference from the richpl
16
16
* PyDOS version runs Basic program in place on flash rather than loading into memory
17
17
* 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
18
18
19
-
* pre-allocation of memory on startup, this seems to reduce the memory allocation errors when attempting to run large basic programs
20
-
21
19
* added SOUND freq,duration[,volume] command. The Windows code uses the winsound library and the Micropython/Circuit Python implementations
22
20
assumes the appropriate speaker circuit is connected to the GPIO pin defined in pydos_bcfg.py
0 commit comments