Skip to content

nwagyu/periodic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Periodic

Build

This app will show a periodic table on your NumWorks calculator.

Install the app

Installing is rather easy:

  1. Download the latest periodic.nwa file from the Releases page
  2. Head to my.numworks.com/apps to send the nwa file on your calculator

How to use the app

Navigate around with the directional keys.

Build and run the app

To build this sample app, you will need to install the embedded ARM toolchain and nwlink.

brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS
npm install -g nwlink
make run

This app is a port of this app.