HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
247 stars 138 forks source link

pins_arduino? #9

Closed Skipper-is closed 4 years ago

Skipper-is commented 4 years ago

I'm using the CubeCell Board, is there a pin definition file for the board? For example the ESP32 Heltec modules have a pin_arduino.h file that has the pin definitions - So A0 is pin 36, SS is 18. Is there one for the CubeCell? I can't seem to find one

Heltec-Aaron-Lee commented 4 years ago

Yeah, currently we still not add such support. you need to use GPIO0 or GPIO1 etc.

I will update fully Arduino pin support today.