Skip to content

issues Search Results · repo:adafruit/Adafruit_CircuitPython_SimpleIO language:Python

Filter by

25 results
 (140 ms)

25 results

inadafruit/Adafruit_CircuitPython_SimpleIO (press backspace or delete to remove)

Hello! I think it would be nice to have more IO types and other basic functionality. I ve made a try myself here: https://github.com/gus7av/circuitpython_essentials/blob/main/README.md. I think it could ...
  • gus7av
  • 1
  • Opened 
    on Feb 15, 2022
  • #65

There are missing type annotations for some functions in this library. The typing module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for ...
documentation
good first issue
Hacktoberfest
  • FoamyGuy
  • 1
  • Opened 
    on Sep 27, 2021
  • #64

With slightly modified demo to work on FunHouse: import time, board import simpleio while True: for f in (262, 294, 330, 349, 392, 440, 494, 523): simpleio.tone(board.SPEAKER, f, 0.25) ...
  • todbot
  • 1
  • Opened 
    on Jul 11, 2021
  • #63

The most common reason to use this library is just for map_range(). We can consider creating a new MapRange library just for that purpose. It will be very small. Perhaps there are a few other similar utility ...
  • dhalbert
  • 2
  • Opened 
    on Jan 23, 2021
  • #57

this library should be upgraded to 6 now clean this up and remove pulseio for pwmout! https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO/blob/master/simpleio.py#L36
  • ladyada
  • 1
  • Opened 
    on Jan 23, 2021
  • #56

Example simpleio_map_range_demo.py should be renamed to simpleio_map_range_simpletest.py to fit with CircuitPython library standards. The lines including this file name in the docs/examples.rst file ...
good first issue
Hacktoberfest
  • kattni
  • 1
  • Opened 
    on Sep 30, 2019
  • #48

At the moment, when attempting to use simpleio.tone() on the nRF52840 (Circuit Playground Bluefruit specifically), it fails with audioio not defined on line 68 in simpleio.py. simpleio.tone() uses audioio.RawSample. ...
  • kattni
  • Opened 
    on Sep 11, 2019
  • #45

For this module to work with the upcoming circup utility (see https://github.com/ntoll/circup), there needs to be two bits of metadata expressed as dunder objects within the module. Specifically, circup ...
  • ntoll
  • 1
  • Opened 
    on Sep 3, 2019
  • #44

map_range is an extremely useful function, but if in_min and in_max are the same, it will throw ZeroDivisionError; I would like it to gracefully handle that case, PR coming...
  • inventhouse
  • 1
  • Opened 
    on Jul 6, 2019
  • #42

Hi, i get a NameError when calling tone() a second time. Line 63 square_wave_sample = audioio.RawSample(square_wave) uses a module that is probably not imported on some boards (e.g. nrf52840 Express). ...
  • Tasm-Devil
  • 1
  • Opened 
    on Mar 18, 2019
  • #38
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub