-
Notifications
You must be signed in to change notification settings - Fork 19
Added module name to beginning of example filename and updated docs to reflect this #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@makermelissa It appears to have happened here too |
makermelissa
requested changes
May 10, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the example to have pylint disable messages around the offending code?
In avrprog_read_signature.py
:
#pylint: disable-msg=no-member
clock_pwm = pulseio.PWMOut(board.D9, frequency=6000000, duty_cycle=65536//2)
#pylint: enable-msg=no-member
In avrprog_program_uno328.py
:
#pylint: disable-msg=no-member
clock_pwm = pulseio.PWMOut(board.D9, frequency=6000000, duty_cycle=65536//2)
#pylint: enable-msg=no-member
makermelissa
approved these changes
May 10, 2019
Thanks! |
adafruit-adabot
added a commit
to adafruit/Adafruit_CircuitPython_Bundle
that referenced
this pull request
May 10, 2019
Updating https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15 to 2.0.0 from 1.0.2: > Merge pull request adafruit/Adafruit_CircuitPython_ADS1x15#28 from caternuson/iss26_continuous > Merge pull request adafruit/Adafruit_CircuitPython_ADS1x15#31 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_AMG88xx to 1.1.3 from 1.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_AMG88xx#14 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 3.0.6 from 3.0.5: > Merge pull request adafruit/Adafruit_CircuitPython_BNO055#27 from peterhinch/mode-fix > Merge pull request adafruit/Adafruit_CircuitPython_BNO055#25 from peterhinch/issues_23_24 Updating https://github.com/adafruit/Adafruit_CircuitPython_IRRemote to 3.3.2 from 3.3.1: > Merge pull request adafruit/Adafruit_CircuitPython_IRRemote#23 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH to 4.3.5 from 4.3.4: > Merge pull request adafruit/Adafruit_CircuitPython_LIS3DH#50 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX7219 to 1.2.1 from 1.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_MAX7219#19 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_MLX90393 to 1.2.1 from 1.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_MLX90393#9 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2 to 1.1.3 from 1.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_MPL3115A2#5 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_MPR121 to 2.0.2 from 2.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_MPR121#18 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_PyPortal to 3.0.1 from 3.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_PyPortal#33 from ChewyTurtle/master Updating https://github.com/adafruit/Adafruit_CircuitPython_SI5351 to 1.1.3 from 1.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_SI5351#5 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 to 2.6.3 from 2.6.2: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1306#25 from dherrada/master Updating https://github.com/adafruit/Adafruit_CircuitPython_AVRprog to 1.1.3 from 1.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_AVRprog#8 from dherrada/master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.