install generator
$ npm install --global yo generator-electron
make a folder for an app
$ mkdir AppName
generate an Electron app
$ yo electron$ sudo vim /boot/config.txt
180 degree add the following line
lcd_rotate=2
reboot
$ sudo reboot
$ pip install pip-tools
write down packages in requirements.in
$ vim requirements.in
$ pip-compile requirements.in
install docusaurus globally
$ yarn global add docusaurus-init
$ mkdir project
$ cd project
$ docusaurus-init
$ ls
docs-examples-from-docusaurus websiteconda create -n tensorflow python=3.5.2
pip install numpy scipy
pip install --upgrade tensorflow-gpu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define redPin * | |
| #define greenPin * | |
| #define bluePin * | |
| int recieveByte = 0; | |
| String bufStr = ""; | |
| String okStr = "OK"; | |
| void setup() { | |
| // init pins |