add some build instructions

This commit is contained in:
2026-03-02 10:47:43 +01:00
parent 0009c8b6c7
commit 77087dbac8

View File

@@ -1,3 +1,16 @@
# pi-blaster-mqtt-ha
# pi2mqtt
PWM on the Raspberry pi - done properly (in hardware, stable) - with Homeassistant
Combines several projects to support easy sensor readings and GPIO port control from within homeassistant.
## pi-blaster-mqtt-ha
Fork of the pi-blaster-mqtt project with focus on adding support for homeassistant
### Compile on Ubuntu 24.04
```
apt install build-essential autoconf libmosquitto-dev libmosquitto-dbg mosquitto-clients mosquitto-dev mosquitto
./autogen.sh
./configure
make
```