Skip to content

COO-Utilities/zephyr-hispec-mtc

Repository files navigation

Zephyr HISPEC MTC (Multichannel Temperature Controller)

Quick Start

# Create and activate virtual environment
python3 -m venv ~/zephyr-venv
source ~/zephyr-venv/bin/activate  # On Windows: ~/zephyr-venv/Scripts/activate

# Install west
pip install west

# Create workspace
west init -m https://github.com/COO-Utilities/zephyr-hispec-mtc.git --mr main my-project
cd my-project && west update

# Build for hardware
west build -b nucleo_h563zi demo/tps55287q1_dev --pristine
west flash

Links

About

Zephyr HISPEC MTC (Multichannel Temperature Controller) Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors