PaulStoffregen / DmxSimple

99 stars 21 forks source link

Teensy 4.0 portOutputRegister is a volatile uint32_t #19

Closed thelme closed 4 years ago

thelme commented 4 years ago

Hi line 82 dmxPort = portOutputRegister(digitalPinToPort(dmxPin));

The error cannot convert 'volatile uint32_t to 'volatile uint8_t in assignment.

I don't know if it's a DmxSimple issue or a core/teensy4/pins_arduino.h issue.

PaulStoffregen commented 4 years ago

Did #20 fully resolve this problem?

thelme commented 4 years ago

Yes, It resolve the issue.