Skip to content

lusmdl/MySimRacingSetupDisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sim Racing Setup Display

Features

Getting Started

Hardware Requirements

Software Requirements

  • Platform IO: Used for programming the ATmega32u4 microcontroller.

Software Installation and Setup

You can use the pre compiled hex file. Or you compile it yourself.

  1. Install PlatformIO:
  • Follow the installation guide to set up PlatformIO in your preferred environment (VSCode, Atom, etc.).
  1. Clone the Repository:
git clone https://github.com/lusmdl/MySimRacingCore.git
  1. Open the Project:
  • Open the cloned repository folder in your PlatformIO environment.
  1. Build and Upload:
  • Connect your Arduino.
  • Build and upload the code using PlatformIO:
pio run --target upload

Hardware Setup

To get started, you’ll need to assemble the LCD shiled and connect GND, TWI (2 Wire) to the I²C Master.

Documentation

Contributing

We welcome contributions from the community!

First, read the general contributing conventions for projects from me.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors