Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 760 Bytes

PROJECT_NAMING.md

File metadata and controls

23 lines (15 loc) · 760 Bytes

HW project naming

Hardware (mainly electronics) projects are named according to the scheme RBxxyy-ProjectName

where

  • xx is a two-digit category/platform prefix
  • yy is a two-digit counter within a category

HW Categories

  • xx = 32: Electronics with an ESP32 MCU
  • xx = 03: Electronics for the Pololu 3pi robot
  • xx = 01: Electronics with a different MCU
  • xx = 00: Electronics without an MCU

When adding a new HW project make sure to use a unique xxyy number.

Consider adding a new category when working with a new "platform".

SW project naming

Software projects (libraries, firmwares, ...) can use the same RBxxyy prefix as the hardware they are targeting or ignore this naming if they are not tied to a specific hardware.