Skip to content

Releases: nosix/raspberry-gpio-emulator

0.3.1-RELEASE

25 Nov 05:50
Compare
Choose a tag to compare

Change

Add feature:

Fix:

Keep

Restricted support:

  • class : PWM
    • only API, not working

0.1.0-RELEASE

22 Dec 04:53
Compare
Choose a tag to compare

Change

Fix:

Keep

Restricted support:

  • class : PWM
    • only API, not working

0.0.6-RELEASE

21 Dec 16:54
Compare
Choose a tag to compare

Change

Support:

  • custom user interface
  • plugins

Keep

Restricted support:

  • class : PWM
    • only API, not working

0.0.5-RELEASE

21 Dec 13:59
Compare
Choose a tag to compare

Change

Support:

  • functions : gpio_function

Restricted support:

  • class : PWM
    • only API, not working

0.0.4-RELEASE

21 Dec 10:41
Compare
Choose a tag to compare

Change

Support:

  • function : add_event_detect, event_detected, add_event_callback
    • add callback thread

0.0.3-RELEASE

20 Dec 07:58
Compare
Choose a tag to compare

Change

Support:

  • functions : input, wait_for_edge and remove_event_detect

Restricted support:

  • function : add_event_detect, event_detected, add_event_callback
    • not multithreading, poll in event_detected function

0.0.2-RELEASE

19 Dec 15:25
Compare
Choose a tag to compare

Support:

  • functions : setmode, setwarnings, setup, output and cleanup

Restricted support:

  • function : input
    • GPIO.PUD_OFF only

Not support:

  • functions : wait_for_edge, add_event_detect, event_detected, add_event_callback and remove_event_detect