nicosrm / 24-emb-chess

Project for "Software Development for Embedded Systems"
GNU General Public License v3.0
0 stars 0 forks source link

Refactor chess specific code to new library #14

Closed nicosrm closed 1 week ago

nicosrm commented 3 weeks ago

New structure should look like this:

├── LICENSE
├── libraries
│   ├── Dezibot
│   ├── EmbeddedChessPieces      <---
│   └── VEML6040
└── src
    ├── colour_detection
    └── embedded_chess_pieces