1{ 2 "io":{ 3 "D1":{ 4 "type":"GPIO", 5 "port":32, 6 "dir":"output", 7 "pull":"pulldown" 8 }, 9 "D2":{ 10 "type":"GPIO", 11 "port":33, 12 "dir":"output", 13 "pull":"pulldown" 14 }, 15 "D3":{ 16 "type":"GPIO", 17 "port":38, 18 "dir":"output", 19 "pull":"pulldown" 20 }, 21 "D4":{ 22 "type":"GPIO", 23 "port":39, 24 "dir":"output", 25 "pull":"pulldown" 26 }, 27 "LED1":{ 28 "type":"GPIO", 29 "port":40, 30 "dir":"output", 31 "pull":"pulldown" 32 }, 33 "LED2":{ 34 "type":"GPIO", 35 "port":41, 36 "dir":"output", 37 "pull":"pulldown" 38 }, 39 "LED3":{ 40 "type":"GPIO", 41 "port":36, 42 "dir":"output", 43 "pull":"pulldown" 44 }, 45 "LED4":{ 46 "type":"GPIO", 47 "port":35, 48 "dir":"output", 49 "pull":"pulldown" 50 }, 51 "LED5":{ 52 "type":"GPIO", 53 "port":34, 54 "dir":"output", 55 "pull":"pulldown" 56 }, 57 "I2C1":{ 58 "type":"I2C", 59 "port":0, 60 "addrWidth":7, 61 "freq":100000, 62 "mode":"master", 63 "devAddr":118 64 }, 65 "I2C2":{ 66 "type":"I2C", 67 "port":0, 68 "addrWidth":7, 69 "freq":100000, 70 "mode":"master", 71 "devAddr":118 72 }, 73 "ADC0":{ 74 "type":"ADC", 75 "port":0, 76 "sampling":12000000 77 }, 78 "ADC1":{ 79 "type":"ADC", 80 "port":1, 81 "sampling":12000000 82 }, 83 "ADC2":{ 84 "type":"ADC", 85 "port":2, 86 "sampling":12000000 87 }, 88 "PWM0":{ 89 "type":"PWM", 90 "port":0 91 }, 92 "PWM1":{ 93 "type":"PWM", 94 "port":1 95 }, 96 "PWM2":{ 97 "type":"PWM", 98 "port":2 99 }, 100 "PWM3":{ 101 "type":"PWM", 102 "port":3 103 }, 104 "UART2":{ 105 "type":"UART", 106 "port":2, 107 "dataWidth":8, 108 "baudRate":115200, 109 "stopBits":1, 110 "flowControl":"disable", 111 "parity":"none" 112 }, 113 "SPI0":{ 114 "type":"SPI", 115 "port":0, 116 "mode":"mode3", 117 "freq":26000000 118 }, 119 "timer1": { 120 "type": "TIMER", 121 "port": 1 122 } 123 }, 124 "repl": "enable", 125 "debugLevel":"DEBUG" 126}