Update README.md
This commit is contained in:
parent
d6fc252424
commit
114eabe5aa
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -1,2 +1,16 @@
|
||||||
# mobilebasic
|
# mobilebasic
|
||||||
APK, examples and my programs on MobileBASIC
|
|
||||||
|
`Mobile_BASIC_4.12.apk` - the latest version of MobileBASIC application. License activation not needed. https://4pda.ru/forum/index.php?s=&showtopic=304725&view=findpost&p=54246563
|
||||||
|
|
||||||
|
`Examples` - directory with the official examples.
|
||||||
|
|
||||||
|
`math`, `netjson` - my libraries:
|
||||||
|
- `math/maplib.bas` - library with math function map() and constraint(), like in Arduino C++ (Wiring C++).
|
||||||
|
- `netjson/json.bas` - library for parsing JSON.
|
||||||
|
- `example.bas` - program with example using of functions from these libraries.
|
||||||
|
|
||||||
|
`test` - my test programs:
|
||||||
|
- `loading.bas` - loading circle with percents and button OK (click it to exit).
|
||||||
|
- `accel.bas` - reading accelerometer values and changing the position of a white square (like a car in a game "Blocky Highway").
|
||||||
|
- `variant.bas` - can I assign VARIANT with DOUBLE-data to an INTEGER-variable? Yes. Execute this program to make sure.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue