-
-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathuno.json
44 lines (44 loc) · 845 Bytes
/
uno.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"build": {
"core": "arduino",
"extra_flags": "-DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO",
"f_cpu": "16000000L",
"hwids": [
[
"0x2341",
"0x0043"
],
[
"0x2341",
"0x0001"
],
[
"0x2A03",
"0x0043"
]
],
"mcu": "atmega328p",
"variant": "standard"
},
"frameworks": [
"arduino",
"simba"
],
"name": "Arduino Uno",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 32256,
"protocol": "arduino",
"require_upload_port": true,
"speed": 115200
},
"bootloader": {
"low_fuses": "0xFF",
"high_fuses": "0xDE",
"extended_fuses": "0x05",
"unlock_bits": "0x3F",
"lock_bits": "0x0F"
},
"url": "http://www.arduino.org/products/boards/4-arduino-boards/arduino-uno",
"vendor": "Arduino"
}