terminal:
npm i --save-dev rollup rollup-watch rollup-plugin-typescript typescript typings
npm i -S react react-dom
./node_modules/.bin/typings install react react-dom --save
mkdir src dist
touch src/index.tsx| // http://generateme.tumblr.com | |
| // Harmonograph with noise | |
| // space - save | |
| // click - change | |
| float time; | |
| float f1,f2,f3,f4; | |
| float p1,p2,p3,p4; | |
| float a1,a2,a3,a4; |
terminal:
npm i --save-dev rollup rollup-watch rollup-plugin-typescript typescript typings
npm i -S react react-dom
./node_modules/.bin/typings install react react-dom --save
mkdir src dist
touch src/index.tsx| # Script connects to uBlox 6M GPS receiver through serial interface, | |
| # reads received NMEA messages, parses and verifies | |
| # them and finally prints parsed information to console (logfile). | |
| # | |
| # NOTE: change below configuration based on your device parameters | |
| # configuration | |
| port = "COM15" | |
| baud = 9600 |