adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
453 stars 340 forks source link

To support pwm on ODROIDs #751

Closed how2flow closed 9 months ago

how2flow commented 9 months ago

PlatformDetect:

how2flow commented 9 months ago

Anyway, This is a commit for support PWM on odroid boards. Please review it.

Thanks.

makermelissa commented 9 months ago

Hi, I had taken some time off and have been swamped ever since I got back, so reviews might be taking a bit longer than usual until I'm caught up. Please have some patience. Thanks.

how2flow commented 9 months ago

Hi, I had taken some time off and have been swamped ever since I got back, so reviews might be taking a bit longer than usual until I'm caught up. Please have some patience. Thanks.

Thank you always for your hard work.

CircuitPython is a great platform. But I only found out a month ago that I2C, SPI, PWM, etc. have not worked on Odroid for years in this good framework. ODROID-M1 wasn't even working.

Well, not many people are using it, so I just found out, but why don't many people use circuit python on Odroid?

Odroids are mainly used in certain products. To be more loved for industrial or educational purposes, I thought it should be easier to control GPIO and various interfaces with C or Python.

We're almost there. Odroid has 2 channels of ADC and none of them are working..