Env
Mac 10.12.6
Python 3.5.4(Anaconda)
$ pip install Cython==0.23
$ pip install kivy
Failed building wheel for kivy
Env
Mac 10.12.6
Python 3.5.4(Anaconda)
$ pip install Cython==0.23
$ pip install kivy
Failed building wheel for kivy
# ReachView code is placed under the GPL license. | |
# Written by Egor Fedorov ([email protected]) | |
# Copyright (c) 2015, Emlid Limited | |
# All rights reserved. | |
# If you are interested in using ReachView code as a part of a | |
# closed source project, please contact Emlid Limited ([email protected]). | |
# This file is part of ReachView. |
const SerialPort = require('serialport'); | |
const port = new SerialPort('/dev/cu.usbmodem****', { | |
parser: SerialPort.parsers.readline('\n'), | |
baudrate: 9600 | |
}) | |
port.on('open', function () { | |
console.log('Serial open.'); | |
}) |
#define redPin * | |
#define greenPin * | |
#define bluePin * | |
int recieveByte = 0; | |
String bufStr = ""; | |
String okStr = "OK"; | |
void setup() { | |
// init pins |
conda create -n tensorflow python=3.5.2
pip install numpy scipy
pip install --upgrade tensorflow-gpu
install docusaurus globally
$ yarn global add docusaurus-init
$ mkdir project
$ cd project
$ docusaurus-init
$ ls
docs-examples-from-docusaurus website
$ pip install pip-tools
write down packages in requirements.in
$ vim requirements.in
$ pip-compile requirements.in