You are reading a single comment by @tcpipchip and its replies. Click here to read the full conversation.
  • hI, d30 IS not mapped to P030.

    Who is mapped to P030 is D2

    Wich files has this map to me to follow ?

  • Should be. Haven't tested all, just the LEDs and button available on the 52840 dongle, and those were working:

      'BTN1' : { 'pin' : 'D38' }, # the button is at P1.06
      'LED1' : { 'pin' : 'D6' },  # green LED
      'LED2' : { 'pin' : 'D8' },   # RGB LED / red   P0.08
      'LED3' : { 'pin' : 'D41' },  # RGB LED / green P1.09
      'LED4' : { 'pin' : 'D12' },  # RGB LED / blue  P0.12
    

    All pins should be there. P0.00 as D0 and so on. P1.00 is D32 and so on.
    The pins are just defined by the board.py I uploaded in the previous post: http://forum.espruino.com/comments/14905­935/ the line pins = pinutils.generate_pins(0,47) # 48 General Purpose I/O Pins.

About

Avatar for tcpipchip @tcpipchip started