Skip to content

NaFo44/Stopwatch-app-for-Numworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Stopwatch app

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.

Install the app

  1. Download the .nwa file from the 'target' directory.
  2. Go to my.numworks.com/apps to upload this stopwatch.nwa file.

Build you own app

Requirements :

  1. Node.js from the Node.js download page.
  2. You need to install nwlink.

Create your very own numworks app :

  1. 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
  1. Next run these commands to install 'make' to build your app !
scoop install git
scoop bucket add main
scoop install main/make
  1. Run this to install the Pre-built GNU Toolchain for the Arm Architecture :
scoop bucket add extras
scoop install extras/gcc-arm-none-eabi
  1. 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 calculator

Create your app

Your project folder must contain :

  1. A Makefile file ( like the one present in the repository above )
  2. Your .cpp file
  3. And other extras library like eadkpp

About

This is a stopwatch app for numworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors