Azia Board Robot
  • Nix 87.1%
  • C 7.1%
  • CMake 5.8%
Find a file
2026-06-11 10:48:15 +02:00
model min: keep only one model 2026-06-11 10:48:15 +02:00
src mod(nix): fix pipeline and move to flake based 2026-06-11 10:33:37 +02:00
.gitignore fix: def fix of flake 2026-06-11 10:46:30 +02:00
esp32-toolchain.nix fix: def fix of flake 2026-06-11 10:46:30 +02:00
flake.lock mod(nix): fix pipeline and move to flake based 2026-06-11 10:33:37 +02:00
flake.nix fix: def fix of flake 2026-06-11 10:46:30 +02:00
LICENSE init: initial commit 2026-06-10 11:35:49 +02:00
README.md init: initial commit 2026-06-10 11:35:49 +02:00

abr

Description

A brief description of your project.

Installation

# Clone the repository
git clone https://github.com/yourusername/abr.git
cd abr

# Create virtual environment
python -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Usage

# Run the application
python -m src.main

License

ISC