automation-hat

Python library and examples for the Pimoroni Automation HAT, pHAT and HAT Mini

MIT License

Downloads
1.1K
Stars
119

Bot releases are hidden (Show)

automation-hat - Version 1.0.0 Latest Release

Published by Gadgetoid 5 months ago

What's Changed

Full Changelog: https://github.com/pimoroni/automation-hat/compare/v0.4.1...v1.0.0

automation-hat - Version 0.4.1

Published by Gadgetoid over 2 years ago

What's Changed

Full Changelog: https://github.com/pimoroni/automation-hat/compare/v0.4.0...v0.4.1

automation-hat - Version 0.4.0

Published by Gadgetoid over 2 years ago

What's Changed

Full Changelog: https://github.com/pimoroni/automation-hat/compare/v0.3.0...v0.4.0

automation-hat - Version 0.3.0

Published by Gadgetoid about 3 years ago

  • Switch to setup.cfg
  • Switch to markdown based README
  • Support for ADS1115 board variant
automation-hat - Version 0.2.3

Published by Gadgetoid over 4 years ago

Release tagged to include examples added since v0.2.2.

automation-hat - Version 0.2.2

Published by Gadgetoid over 4 years ago

  • Correct support for ST7789 to ST7735 for AMH
automation-hat - Version 0.2.1

Published by Gadgetoid over 4 years ago

  • Add support for ST7789 for AMH
automation-hat - Version 0.2.0

Published by Gadgetoid over 4 years ago

  • Fix: Fix thread interleaving and race conditions leading to spurious ADC readings
  • Fix: Switch to non-deprecated alias of thread.isAlive
automation-hat - Version 0.1.0

Published by Gadgetoid over 6 years ago

This is a maintenance release with improvements but no new features.

  • Fix: Defer setup to avoid import side effects
  • Fix: Slowed LED update rate
  • Improvement: Switched to warnings to notify about unsupported features on pHAT
automation-hat - Version 0.0.4

Published by Gadgetoid over 7 years ago

  • Fix for HAT/pHAT detection
automation-hat - Version 0.0.3

Published by Gadgetoid over 7 years ago

  • Fix for Python 3 support
automation-hat - Version 0.0.2

Published by Gadgetoid almost 8 years ago

This version includes minor improvements, some bug fixes and support for the pHAT version of Automation HAT.

  • Added pHAT support
  • Rounded ADC output to 2 decimal places
  • Set initial state for outputs and fixed toggling
  • Fixed light toggling
automation-hat - Version 0.0.1

Published by Gadgetoid about 8 years ago

This is the first release of Automation HAT, and includes comprehensive support for controlling outputs, reading inputs and toggling LEDs.