Skip to content

Nicarim/scooter-board-mcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scooter Board MCU

Build Status

This project is a base project for my own idea of writing a universal code for controllers that could control e-scooters and possibly replace the ones that already exist.

Code here is written keeping in mind that any controller could use it. For now it is tested on Arduino MEGA2560.

PlatformIO

Whole project is based on PlatformIO environment, using VSCode and its plugin. It is recommended to use same setup.

Testing

All code that is going to be a shared library is aiming to have test cases for it. For that purposes two libraries are used:

Running tests

To run tests, run following command

platformio test -v -e native-test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published