Created
April 24, 2018 19:39
-
-
Save silver2row/32a7ae9b74a8110b45388cf0b3380798 to your computer and use it in GitHub Desktop.
Getting ideas for routine check-up...strace!
This file contains 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
2088 stat64("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
2088 stat64("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 | |
2088 stat64("/usr/lib/python2.7/site", 0xbe8d4320) = -1 ENOENT (No such file or directory) | |
2088 open("/usr/lib/python2.7/site.arm-linux-gnueabihf.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) | |
2088 open("/usr/lib/python2.7/site.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) | |
2088 open("/usr/lib/python2.7/sitemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) | |
2088 open("/usr/lib/python2.7/site.py", O_RDONLY|O_LARGEFILE) = 3 | |
2088 fstat64(3, {st_mode=S_IFREG|0644, st_size=19947, ...}) = 0 | |
2088 open("/usr/lib/python2.7/site.pyc", O_RDONLY|O_LARGEFILE) = 4 |
Author
silver2row
commented
Apr 25, 2018
Hello,
I have been reading up on "issues" on the GitHub.com page, https://github.com/adafruit/adafruit-beaglebone-io-python/issues, and I have found some interesting info. but none has helped so far.
I tried to add pwm_set_polarity
manually instead of using the four arguments at PWM.start().
Seth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment