aindustriosa / RustyBugA

Firmware for the MightyBugA line follower done in Rust programming language
MIT License
5 stars 3 forks source link

Create entry point level documentation #8

Closed punkto closed 6 months ago

punkto commented 8 months ago

topics:

  1. Line follower competition rules (https://github.com/open-robosports/normativa-velocistas )
  2. Generic line follower structure (differential motion, line sensing)
  3. RustyBugA hardware (Available peripherals, MCU, MCU-peripherals connection)
  4. RustyBugA firmware (General processes the line follower should do (line sensing, motors control, PID))

Language: English

punkto commented 8 months ago

let's divide this in tasks:

punkto commented 8 months ago

I'm taking the "Line follower competition rules" part. Making also the docs structure

punkto commented 8 months ago

I'm going to make the file structure of the docs in a branch.

pcounhago commented 7 months ago

I`ll take the "RustyBugA hardware (Available peripherals, MCU, MCU-peripherals connection)" part.

punkto commented 7 months ago

I'll take RustyBugA firmware

punkto commented 7 months ago

I think we have enough to start with :D. @eLeDe @hmightypirate if you have the time, please give it a look.