# M5Unit - TUBE ## Overview Library for UnitTUBE using [M5UnitUnified](https://github.com/m5stack/M5UnitUnified). M5UnitUnified is a library for unified handling of various M5 units products. ### SKU:U130 Unit Tube Pressure is a positive and negative pressure gauge that supports a wide measurement range of -100 ~ 200Kpa. When in use, it is connected via a tube, with the other end connected to the gas measurement environment. The sensor maps the range -100 ~ 200Kpa to output a voltage of 0.1 ~ 3.1V. It comes with a fully enclosed protective shell, effectively ensuring the stability of the sensor, making it very suitable for applications such as gas pressure detection in industrial equipment. ## Related Link See also examples using conventional methods here. - [Unit Tube Pressure - Document & Datasheet](https://docs.m5stack.com/en/unit/tube_pressure) ## Required Libraries: - [M5UnitUnified](https://github.com/m5stack/M5UnitUnified) - [M5Utility](https://github.com/m5stack/M5Utility) - [M5HAL](https://github.com/m5stack/M5HAL) ## License - [M5Unit-TUBE - MIT](LICENSE) ## Support via [PbHub](https://docs.m5stack.com/en/unit/pbhub_1.1) |Unit|Support| |---|---| |UnitTubePressure|OK| See also [M5Unit-HUB](https://github.com/m5stack/M5Unit-HUB) ## Examples See also [examples/UnitUnified](examples/UnitUnified) ## Doxygen document [GitHub Pages](https://m5stack.github.io/M5Unit-TUBE/) If you want to generate documents on your local machine, execute the following command ``` bash docs/doxy.sh ``` It will output it under docs/html If you want to output Git commit hashes to html, do it for the git cloned folder. ### Required - [Doxygen](https://www.doxygen.nl/) - [pcregrep](https://formulae.brew.sh/formula/pcre2) - [Git](https://git-scm.com/) (Output commit hash to html)