Anobium - 2018-08-22

Just posted some demos of the PWM for the 16f19156 range of devices.

These show the different options.

  1. Legacy fixed model CCP1/PWM. Uses very little memory but is fixes to CCP1 and timer 2.
  2. Fixed mode CCP1/PWM and CCP2/PWM modules. Uses very little memory and can use timer 2 or 4
  3. Fixed mode for PWM modules. Uses very little memory and can use timer 2 or 4
  4. Variable mode PWM with 10bit support using timers 2 or 4.

I created to test the PWM library but these are worth sharing.

I get these to work with these parts... you need the latest library AND the latest DAT file for these deivers - both need to dates after 21/08/2018

Enjoy