- Platform IO: Used for programming the ATmega32u4 microcontroller.
You can use the pre compiled hex file. Or you compile it yourself.
- Install PlatformIO:
- Follow the installation guide to set up PlatformIO in your preferred environment (VSCode, Atom, etc.).
- Clone the Repository:
git clone https://github.com/lusmdl/MySimRacingCore.git- Open the Project:
- Open the cloned repository folder in your PlatformIO environment.
- Build and Upload:
- Connect your Arduino.
- Build and upload the code using PlatformIO:
pio run --target uploadTo get started, you’ll need to assemble the LCD shiled and connect GND, TWI (2 Wire) to the I²C Master.
- Software: doc/software/html/index.html
We welcome contributions from the community!
First, read the general contributing conventions for projects from me.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.