Skip to content

Commit

Permalink
Removed Odroid C2 from pulseio
Browse files Browse the repository at this point in the history
  • Loading branch information
Melissa LeBlanc-Williams authored and Melissa LeBlanc-Williams committed Jun 6, 2019
1 parent ba7ff5e commit dce152a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pulseio.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
from adafruit_blinka.microcontroller.generic_linux.sysfs_pwmout import PWMOut
if detector.board.any_giant_board:
from adafruit_blinka.microcontroller.generic_linux.sysfs_pwmout import PWMOut
if detector.board.any_odroid_40_pin:
from adafruit_blinka.microcontroller.generic_linux.sysfs_pwmout import PWMOut

2 comments on commit dce152a

@pdp7
Copy link
Collaborator

@pdp7 pdp7 commented on dce152a Oct 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@makermelissa I'm wondering why was odroid removed?

@makermelissa
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I added it before testing and realized it wasn't implemented. This was one of the first boards I had added Blinka support for.

Please sign in to comment.