Important: This program does not use the calculator's internal clock; everything is based solely on estimates! Therefore, the elapsed time calculation may sometimes be inaccurate.
- Download the .nwa file from the 'target' directory.
- Go to my.numworks.com/apps to upload this stopwatch.nwa file.
Requirements :
- Node.js from the Node.js download page.
- You need to install nwlink.
Create your very own numworks app :
- First, open your PowerShell terminal and run the following commands :
> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
> Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression- Next run these commands to install 'make' to build your app !
scoop install git
scoop bucket add main
scoop install main/make- Run this to install the Pre-built GNU Toolchain for the Arm Architecture :
scoop bucket add extras
scoop install extras/gcc-arm-none-eabi- And here it is ! You can build your app with :
cd C:\path\to\your\makefile\folder
make #or 'make run' if you want to upload your app on your calculatorYour project folder must contain :
- A Makefile file ( like the one present in the repository above )
- Your .cpp file
- And other extras library like eadkpp