Changes for version 1.00 - 2016-09-01

  • GPIO pin numbering scheme is enforced (but see below)
  • add ability to share pin modes with RPi::WiringPi seamlessly
  • we can now create an RPi::WiringPi object *BEFORE* creating one of this class, and whatever numbering scheme you use there, we'll use it as well(ie. if a RPi::WiringPi is set to use 'wpi' pin numbering scheme, you'll need to send in the 'wpi' pin number into new() in this module as well)
  • POD updates, cleanup, fixes
  • added a couple of tests scripts in tests/

Changes for version 0.07_02 - 2016-09-01

  • POD fixes and updates
  • separated C functionality into its own POD doc

Changes for version 0.07_01 - 2016-09-01

  • clone of RPi::DHT11::EnvControl with reduced functionality, as that module shouldn't do anything more than read the sensor (the said distribution will be removed from CPAN)
  • removed all code that was outside of core read functionality
  • simplified new() to accept a single integer pin number param
  • modified temp() and humidity() to keep polling if the result is zero
  • variable renaming

Documentation

Modules

Fetch the temperature/humidity from the DHT11 hygrometer sensor on Raspberry Pi