🤖⚡ Kovinio roboto programinė įranga, remastered
git clone https://github.com/sarpik/sioko.git
# or: git clone [email protected]:sarpik/sioko.git
cd sioko/
Tau reikės platformio core (CLI) arba platformio IDE (extension'as VSCode'ui).
platformio run
platformio run --target upload
platformio device monitor --baud 9600
Note - platformio kartais ožuojasi ir meta error'us, nors sukompiliuoja gerai. Sutvarkymui reikia mixuot šias dvi komandas ir kartot viršutinę procedūrą iš naujo, kol pagaliau viskas pavyksta:D
rm -rf ./.pio/build/
mkdir -p ./.pio/build/teensy35/FrameworkArduino/
- Įjungus USB, port'as dažniausiai būna
/dev/ttyACM0
; dar gali būti/dev/ttyUSB0
, arba vietoj0
bet koks skaičius.
GPL-3.0 © 2018-present Kipras Melnikovas
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.