raspberry pi can bus hat
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add can channels

+4544 -23
+232 -21
hardware/can-hat.kicad_pro
··· 30 30 "version": 0 31 31 }, 32 32 "pin_map": [ 33 - [0,0,0,0,0,0,1,0,0,0,0,2], 34 - [0,2,0,1,0,0,1,0,2,2,2,2], 35 - [0,0,0,0,0,0,1,0,1,0,1,2], 36 - [0,1,0,0,0,0,1,1,2,1,1,2], 37 - [0,0,0,0,0,0,1,0,0,0,0,2], 38 - [0,0,0,0,0,0,0,0,0,0,0,2], 39 - [1,1,1,1,1,0,1,1,1,1,1,2], 40 - [0,0,0,1,0,0,1,0,0,0,0,2], 41 - [0,2,1,2,0,0,1,0,2,2,2,2], 42 - [0,2,0,1,0,0,1,0,2,0,0,2], 43 - [0,2,1,1,0,0,1,0,2,0,0,2], 44 - [2,2,2,2,2,2,2,2,2,2,2,2] 33 + [ 34 + 0, 35 + 0, 36 + 0, 37 + 0, 38 + 0, 39 + 0, 40 + 1, 41 + 0, 42 + 0, 43 + 0, 44 + 0, 45 + 2 46 + ], 47 + [ 48 + 0, 49 + 2, 50 + 0, 51 + 1, 52 + 0, 53 + 0, 54 + 1, 55 + 0, 56 + 2, 57 + 2, 58 + 2, 59 + 2 60 + ], 61 + [ 62 + 0, 63 + 0, 64 + 0, 65 + 0, 66 + 0, 67 + 0, 68 + 1, 69 + 0, 70 + 1, 71 + 0, 72 + 1, 73 + 2 74 + ], 75 + [ 76 + 0, 77 + 1, 78 + 0, 79 + 0, 80 + 0, 81 + 0, 82 + 1, 83 + 1, 84 + 2, 85 + 1, 86 + 1, 87 + 2 88 + ], 89 + [ 90 + 0, 91 + 0, 92 + 0, 93 + 0, 94 + 0, 95 + 0, 96 + 1, 97 + 0, 98 + 0, 99 + 0, 100 + 0, 101 + 2 102 + ], 103 + [ 104 + 0, 105 + 0, 106 + 0, 107 + 0, 108 + 0, 109 + 0, 110 + 0, 111 + 0, 112 + 0, 113 + 0, 114 + 0, 115 + 2 116 + ], 117 + [ 118 + 1, 119 + 1, 120 + 1, 121 + 1, 122 + 1, 123 + 0, 124 + 1, 125 + 1, 126 + 1, 127 + 1, 128 + 1, 129 + 2 130 + ], 131 + [ 132 + 0, 133 + 0, 134 + 0, 135 + 1, 136 + 0, 137 + 0, 138 + 1, 139 + 0, 140 + 0, 141 + 0, 142 + 0, 143 + 2 144 + ], 145 + [ 146 + 0, 147 + 2, 148 + 1, 149 + 2, 150 + 0, 151 + 0, 152 + 1, 153 + 0, 154 + 2, 155 + 2, 156 + 2, 157 + 2 158 + ], 159 + [ 160 + 0, 161 + 2, 162 + 0, 163 + 1, 164 + 0, 165 + 0, 166 + 1, 167 + 0, 168 + 2, 169 + 0, 170 + 0, 171 + 2 172 + ], 173 + [ 174 + 0, 175 + 2, 176 + 1, 177 + 1, 178 + 0, 179 + 0, 180 + 1, 181 + 0, 182 + 2, 183 + 0, 184 + 0, 185 + 2 186 + ], 187 + [ 188 + 2, 189 + 2, 190 + 2, 191 + 2, 192 + 2, 193 + 2, 194 + 2, 195 + 2, 196 + 2, 197 + 2, 198 + 2, 199 + 2 200 + ] 45 201 ], 46 202 "rule_severities": { 47 203 "bus_definition_conflict": "error", ··· 156 312 "bom_settings": { 157 313 "exclude_dnp": false, 158 314 "fields_ordered": [ 159 - {"group_by": false, "label": "Reference", "name": "Reference", "show": true}, 160 - {"group_by": false, "label": "Qty", "name": "${QUANTITY}", "show": true}, 161 - {"group_by": true, "label": "Value", "name": "Value", "show": true}, 162 - {"group_by": true, "label": "DNP", "name": "${DNP}", "show": true}, 163 - {"group_by": true, "label": "Exclude from BOM", "name": "${EXCLUDE_FROM_BOM}", "show": true}, 164 - {"group_by": true, "label": "Exclude from Board", "name": "${EXCLUDE_FROM_BOARD}", "show": true}, 165 - {"group_by": true, "label": "Footprint", "name": "Footprint", "show": true}, 166 - {"group_by": false, "label": "Datasheet", "name": "Datasheet", "show": true} 315 + { 316 + "group_by": false, 317 + "label": "Reference", 318 + "name": "Reference", 319 + "show": true 320 + }, 321 + { 322 + "group_by": false, 323 + "label": "Qty", 324 + "name": "${QUANTITY}", 325 + "show": true 326 + }, 327 + { 328 + "group_by": true, 329 + "label": "Value", 330 + "name": "Value", 331 + "show": true 332 + }, 333 + { 334 + "group_by": true, 335 + "label": "DNP", 336 + "name": "${DNP}", 337 + "show": true 338 + }, 339 + { 340 + "group_by": true, 341 + "label": "Exclude from BOM", 342 + "name": "${EXCLUDE_FROM_BOM}", 343 + "show": true 344 + }, 345 + { 346 + "group_by": true, 347 + "label": "Exclude from Board", 348 + "name": "${EXCLUDE_FROM_BOARD}", 349 + "show": true 350 + }, 351 + { 352 + "group_by": true, 353 + "label": "Footprint", 354 + "name": "Footprint", 355 + "show": true 356 + }, 357 + { 358 + "group_by": false, 359 + "label": "Datasheet", 360 + "name": "Datasheet", 361 + "show": true 362 + } 167 363 ], 168 364 "filter_string": "", 169 365 "group_symbols": true, ··· 213 409 "subpart_id_separator": 0 214 410 }, 215 411 "sheets": [ 216 - ["bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2", "Root"] 412 + [ 413 + "bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2", 414 + "Root" 415 + ], 416 + [ 417 + "cffcbb79-f928-4938-8342-415f3cadb2dd", 418 + "CAN0" 419 + ], 420 + [ 421 + "00e2c20b-7be4-4f83-a3f0-21fb1d83928e", 422 + "CAN1" 423 + ], 424 + [ 425 + "748c85b6-cf1e-459f-b03b-a42e443a0481", 426 + "CAN2" 427 + ] 217 428 ], 218 429 "text_variables": {} 219 430 }
+515 -2
hardware/can-hat.kicad_sch
··· 3 3 (generator "eeschema") 4 4 (generator_version "9.0") 5 5 (uuid "bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2") 6 - (paper "A4") 7 - (lib_symbols 6 + (paper "User" 177.8 127) 7 + (lib_symbols) 8 + (wire 9 + (pts 10 + (xy 72.39 40.64) (xy 71.12 40.64) 11 + ) 12 + (stroke 13 + (width 0) 14 + (type default) 15 + ) 16 + (uuid "3520090b-20d5-4fc6-8ea1-4a60e02be76b") 17 + ) 18 + (wire 19 + (pts 20 + (xy 43.18 40.64) (xy 41.91 40.64) 21 + ) 22 + (stroke 23 + (width 0) 24 + (type default) 25 + ) 26 + (uuid "40e50fe3-f28c-4fd1-8ec2-432852c2430a") 27 + ) 28 + (wire 29 + (pts 30 + (xy 43.18 43.18) (xy 41.91 43.18) 31 + ) 32 + (stroke 33 + (width 0) 34 + (type default) 35 + ) 36 + (uuid "803d0320-d916-489e-89bb-0072bc2c6a22") 37 + ) 38 + (wire 39 + (pts 40 + (xy 101.6 43.18) (xy 100.33 43.18) 41 + ) 42 + (stroke 43 + (width 0) 44 + (type default) 45 + ) 46 + (uuid "96a8690b-45df-459a-966c-23ecfd49bc7a") 47 + ) 48 + (wire 49 + (pts 50 + (xy 72.39 45.72) (xy 71.12 45.72) 51 + ) 52 + (stroke 53 + (width 0) 54 + (type default) 55 + ) 56 + (uuid "c041ef1c-1c66-451c-a3fa-43f0de2eb4fa") 57 + ) 58 + (wire 59 + (pts 60 + (xy 43.18 45.72) (xy 41.91 45.72) 61 + ) 62 + (stroke 63 + (width 0) 64 + (type default) 65 + ) 66 + (uuid "c5f31d62-ac7d-4ac5-955f-fa26135e6d68") 67 + ) 68 + (wire 69 + (pts 70 + (xy 101.6 40.64) (xy 100.33 40.64) 71 + ) 72 + (stroke 73 + (width 0) 74 + (type default) 75 + ) 76 + (uuid "cef3edd7-eb60-4019-a558-521b782e1a39") 77 + ) 78 + (wire 79 + (pts 80 + (xy 101.6 45.72) (xy 100.33 45.72) 81 + ) 82 + (stroke 83 + (width 0) 84 + (type default) 85 + ) 86 + (uuid "d0676491-ee51-4371-92c4-5ca9fcb93bb8") 87 + ) 88 + (wire 89 + (pts 90 + (xy 72.39 43.18) (xy 71.12 43.18) 91 + ) 92 + (stroke 93 + (width 0) 94 + (type default) 95 + ) 96 + (uuid "e3b1caec-3e2d-432c-baf6-1675740b9d6d") 97 + ) 98 + (label "SPI3_MISO" 99 + (at 101.6 40.64 0) 100 + (effects 101 + (font 102 + (size 1.27 1.27) 103 + ) 104 + (justify left bottom) 105 + ) 106 + (uuid "1c042b37-55ff-4b28-a183-c377392d7ba2") 107 + ) 108 + (label "SPI3_SCLK" 109 + (at 101.6 45.72 0) 110 + (effects 111 + (font 112 + (size 1.27 1.27) 113 + ) 114 + (justify left bottom) 115 + ) 116 + (uuid "26090c9e-eb46-4785-a61c-c1d263d343ac") 117 + ) 118 + (label "SPI1_MISO" 119 + (at 72.39 40.64 0) 120 + (effects 121 + (font 122 + (size 1.27 1.27) 123 + ) 124 + (justify left bottom) 125 + ) 126 + (uuid "366d1922-babb-45d8-911a-ed7042b65ece") 127 + ) 128 + (label "SPI3_MOSI" 129 + (at 101.6 43.18 0) 130 + (effects 131 + (font 132 + (size 1.27 1.27) 133 + ) 134 + (justify left bottom) 135 + ) 136 + (uuid "5a783d54-92fd-4bb3-97a1-daadcd415156") 137 + ) 138 + (label "SPI1_MOSI" 139 + (at 72.39 43.18 0) 140 + (effects 141 + (font 142 + (size 1.27 1.27) 143 + ) 144 + (justify left bottom) 145 + ) 146 + (uuid "6492eee7-519b-4d5d-8d39-73dc42e82f50") 147 + ) 148 + (label "SPI1_MISO" 149 + (at 43.18 40.64 0) 150 + (effects 151 + (font 152 + (size 1.27 1.27) 153 + ) 154 + (justify left bottom) 155 + ) 156 + (uuid "e9bdcc48-f8f3-4f64-b874-3d06e7fa43ed") 157 + ) 158 + (label "SPI1_SCLK" 159 + (at 43.18 45.72 0) 160 + (effects 161 + (font 162 + (size 1.27 1.27) 163 + ) 164 + (justify left bottom) 165 + ) 166 + (uuid "f57e2864-cd7b-4174-89e6-21f7f047bb18") 167 + ) 168 + (label "SPI1_MOSI" 169 + (at 43.18 43.18 0) 170 + (effects 171 + (font 172 + (size 1.27 1.27) 173 + ) 174 + (justify left bottom) 175 + ) 176 + (uuid "f6e5007a-ddd0-46cc-8972-902a68137ed3") 177 + ) 178 + (label "SPI1_SCLK" 179 + (at 72.39 45.72 0) 180 + (effects 181 + (font 182 + (size 1.27 1.27) 183 + ) 184 + (justify left bottom) 185 + ) 186 + (uuid "fbdddebe-7720-4d26-822b-fa59a236472d") 187 + ) 188 + (sheet 189 + (at 58.42 25.4) 190 + (size 12.7 22.225) 191 + (exclude_from_sim no) 192 + (in_bom yes) 193 + (on_board yes) 194 + (dnp no) 195 + (stroke 196 + (width 0.1524) 197 + (type solid) 198 + ) 199 + (fill 200 + (color 0 0 0 0.0000) 201 + ) 202 + (uuid "00e2c20b-7be4-4f83-a3f0-21fb1d83928e") 203 + (property "Sheetname" "CAN1" 204 + (at 58.42 24.6884 0) 205 + (effects 206 + (font 207 + (size 1.27 1.27) 208 + ) 209 + (justify left bottom) 210 + ) 211 + ) 212 + (property "Sheetfile" "can_channel.kicad_sch" 213 + (at 55.626 47.498 90) 214 + (effects 215 + (font 216 + (size 1.27 1.27) 217 + ) 218 + (justify left top) 219 + ) 220 + ) 221 + (pin "CANH" bidirectional 222 + (at 71.12 27.94 0) 223 + (uuid "f164fb29-d675-43f3-bf04-f15985903317") 224 + (effects 225 + (font 226 + (size 1.27 1.27) 227 + ) 228 + (justify right) 229 + ) 230 + ) 231 + (pin "CANL" bidirectional 232 + (at 71.12 30.48 0) 233 + (uuid "9c3affd6-92dc-4fcf-8b58-812e6739b85f") 234 + (effects 235 + (font 236 + (size 1.27 1.27) 237 + ) 238 + (justify right) 239 + ) 240 + ) 241 + (pin "CS" input 242 + (at 71.12 34.29 0) 243 + (uuid "dd76fa8f-c93c-4824-875b-bfcb3f188daa") 244 + (effects 245 + (font 246 + (size 1.27 1.27) 247 + ) 248 + (justify right) 249 + ) 250 + ) 251 + (pin "INT" output 252 + (at 71.12 36.83 0) 253 + (uuid "b8c8256d-ac93-4cd1-a889-849c50ac66c7") 254 + (effects 255 + (font 256 + (size 1.27 1.27) 257 + ) 258 + (justify right) 259 + ) 260 + ) 261 + (pin "MISO" output 262 + (at 71.12 40.64 0) 263 + (uuid "0c50aabf-1e3a-4789-a33b-78201fd7b908") 264 + (effects 265 + (font 266 + (size 1.27 1.27) 267 + ) 268 + (justify right) 269 + ) 270 + ) 271 + (pin "MOSI" input 272 + (at 71.12 43.18 0) 273 + (uuid "36ff6ad6-b2eb-4215-970d-cc330791a323") 274 + (effects 275 + (font 276 + (size 1.27 1.27) 277 + ) 278 + (justify right) 279 + ) 280 + ) 281 + (pin "SCLK" input 282 + (at 71.12 45.72 0) 283 + (uuid "12380b9c-ca6d-4aa0-b830-ec7f11b681ed") 284 + (effects 285 + (font 286 + (size 1.27 1.27) 287 + ) 288 + (justify right) 289 + ) 290 + ) 291 + (instances 292 + (project "can-hat" 293 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 294 + (page "3") 295 + ) 296 + ) 297 + ) 298 + ) 299 + (sheet 300 + (at 87.63 25.4) 301 + (size 12.7 22.225) 302 + (exclude_from_sim no) 303 + (in_bom yes) 304 + (on_board yes) 305 + (dnp no) 306 + (stroke 307 + (width 0.1524) 308 + (type solid) 309 + ) 310 + (fill 311 + (color 0 0 0 0.0000) 312 + ) 313 + (uuid "748c85b6-cf1e-459f-b03b-a42e443a0481") 314 + (property "Sheetname" "CAN2" 315 + (at 87.63 24.6884 0) 316 + (effects 317 + (font 318 + (size 1.27 1.27) 319 + ) 320 + (justify left bottom) 321 + ) 322 + ) 323 + (property "Sheetfile" "can_channel.kicad_sch" 324 + (at 84.836 47.498 90) 325 + (effects 326 + (font 327 + (size 1.27 1.27) 328 + ) 329 + (justify left top) 330 + ) 331 + ) 332 + (pin "CANH" bidirectional 333 + (at 100.33 27.94 0) 334 + (uuid "ada799ee-4833-414a-a708-856f68445d77") 335 + (effects 336 + (font 337 + (size 1.27 1.27) 338 + ) 339 + (justify right) 340 + ) 341 + ) 342 + (pin "CANL" bidirectional 343 + (at 100.33 30.48 0) 344 + (uuid "8ac492a6-920f-4ee8-b030-9b631c322e53") 345 + (effects 346 + (font 347 + (size 1.27 1.27) 348 + ) 349 + (justify right) 350 + ) 351 + ) 352 + (pin "CS" input 353 + (at 100.33 34.29 0) 354 + (uuid "72a8c4a8-c467-41ce-aec3-2bc6c3aaad4a") 355 + (effects 356 + (font 357 + (size 1.27 1.27) 358 + ) 359 + (justify right) 360 + ) 361 + ) 362 + (pin "INT" output 363 + (at 100.33 36.83 0) 364 + (uuid "a3c94e6e-24f4-4538-9518-758ca98f9e0a") 365 + (effects 366 + (font 367 + (size 1.27 1.27) 368 + ) 369 + (justify right) 370 + ) 371 + ) 372 + (pin "MISO" output 373 + (at 100.33 40.64 0) 374 + (uuid "0f0d6e3c-f43e-4807-be25-ca4cffe624cd") 375 + (effects 376 + (font 377 + (size 1.27 1.27) 378 + ) 379 + (justify right) 380 + ) 381 + ) 382 + (pin "MOSI" input 383 + (at 100.33 43.18 0) 384 + (uuid "71537138-cf63-45bf-ba64-66a05ad0d2eb") 385 + (effects 386 + (font 387 + (size 1.27 1.27) 388 + ) 389 + (justify right) 390 + ) 391 + ) 392 + (pin "SCLK" input 393 + (at 100.33 45.72 0) 394 + (uuid "76fc02c9-45dc-4ec9-96c6-7996bd4ba9f6") 395 + (effects 396 + (font 397 + (size 1.27 1.27) 398 + ) 399 + (justify right) 400 + ) 401 + ) 402 + (instances 403 + (project "can-hat" 404 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 405 + (page "4") 406 + ) 407 + ) 408 + ) 409 + ) 410 + (sheet 411 + (at 29.21 25.4) 412 + (size 12.7 22.225) 413 + (exclude_from_sim no) 414 + (in_bom yes) 415 + (on_board yes) 416 + (dnp no) 417 + (stroke 418 + (width 0.1524) 419 + (type solid) 420 + ) 421 + (fill 422 + (color 0 0 0 0.0000) 423 + ) 424 + (uuid "cffcbb79-f928-4938-8342-415f3cadb2dd") 425 + (property "Sheetname" "CAN0" 426 + (at 29.21 24.6884 0) 427 + (effects 428 + (font 429 + (size 1.27 1.27) 430 + ) 431 + (justify left bottom) 432 + ) 433 + ) 434 + (property "Sheetfile" "can_channel.kicad_sch" 435 + (at 26.416 47.498 90) 436 + (effects 437 + (font 438 + (size 1.27 1.27) 439 + ) 440 + (justify left top) 441 + ) 442 + ) 443 + (pin "CANH" bidirectional 444 + (at 41.91 27.94 0) 445 + (uuid "dfe65520-9667-4c2a-8172-386ba7b664e5") 446 + (effects 447 + (font 448 + (size 1.27 1.27) 449 + ) 450 + (justify right) 451 + ) 452 + ) 453 + (pin "CANL" bidirectional 454 + (at 41.91 30.48 0) 455 + (uuid "ae85f2ef-4021-453f-b708-b9e5f7747c85") 456 + (effects 457 + (font 458 + (size 1.27 1.27) 459 + ) 460 + (justify right) 461 + ) 462 + ) 463 + (pin "CS" input 464 + (at 41.91 34.29 0) 465 + (uuid "5cbca650-8120-4bee-9d9c-12b75e66e394") 466 + (effects 467 + (font 468 + (size 1.27 1.27) 469 + ) 470 + (justify right) 471 + ) 472 + ) 473 + (pin "INT" output 474 + (at 41.91 36.83 0) 475 + (uuid "1b664f26-8b8f-4e7a-9a79-ca83fb8aad7b") 476 + (effects 477 + (font 478 + (size 1.27 1.27) 479 + ) 480 + (justify right) 481 + ) 482 + ) 483 + (pin "MISO" output 484 + (at 41.91 40.64 0) 485 + (uuid "07d65c3c-f02a-4a26-a752-05715b8e6bba") 486 + (effects 487 + (font 488 + (size 1.27 1.27) 489 + ) 490 + (justify right) 491 + ) 492 + ) 493 + (pin "MOSI" input 494 + (at 41.91 43.18 0) 495 + (uuid "be7dbf1c-d614-43ea-bc03-da0650577e71") 496 + (effects 497 + (font 498 + (size 1.27 1.27) 499 + ) 500 + (justify right) 501 + ) 502 + ) 503 + (pin "SCLK" input 504 + (at 41.91 45.72 0) 505 + (uuid "11ab93dd-880e-456a-b890-b853d1bf7031") 506 + (effects 507 + (font 508 + (size 1.27 1.27) 509 + ) 510 + (justify right) 511 + ) 512 + ) 513 + (instances 514 + (project "can-hat" 515 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 516 + (page "2") 517 + ) 518 + ) 519 + ) 8 520 ) 9 521 (sheet_instances 10 522 (path "/" 11 523 (page "1") 12 524 ) 13 525 ) 526 + (embedded_fonts no) 14 527 )
+3797
hardware/can_channel.kicad_sch
··· 1 + (kicad_sch 2 + (version 20250114) 3 + (generator "eeschema") 4 + (generator_version "9.0") 5 + (uuid "9116dce4-ee6f-4c1d-b606-42cf2e075a74") 6 + (paper "User" 177.8 127) 7 + (title_block 8 + (title "CAN Channel") 9 + (date "2026-04-25") 10 + (rev "1") 11 + (company "Kieran Klukas") 12 + ) 13 + (lib_symbols 14 + (symbol "Device:C_Small" 15 + (pin_numbers 16 + (hide yes) 17 + ) 18 + (pin_names 19 + (offset 0.254) 20 + (hide yes) 21 + ) 22 + (exclude_from_sim no) 23 + (in_bom yes) 24 + (on_board yes) 25 + (property "Reference" "C" 26 + (at 0.254 1.778 0) 27 + (effects 28 + (font 29 + (size 1.27 1.27) 30 + ) 31 + (justify left) 32 + ) 33 + ) 34 + (property "Value" "C_Small" 35 + (at 0.254 -2.032 0) 36 + (effects 37 + (font 38 + (size 1.27 1.27) 39 + ) 40 + (justify left) 41 + ) 42 + ) 43 + (property "Footprint" "" 44 + (at 0 0 0) 45 + (effects 46 + (font 47 + (size 1.27 1.27) 48 + ) 49 + (hide yes) 50 + ) 51 + ) 52 + (property "Datasheet" "~" 53 + (at 0 0 0) 54 + (effects 55 + (font 56 + (size 1.27 1.27) 57 + ) 58 + (hide yes) 59 + ) 60 + ) 61 + (property "Description" "Unpolarized capacitor, small symbol" 62 + (at 0 0 0) 63 + (effects 64 + (font 65 + (size 1.27 1.27) 66 + ) 67 + (hide yes) 68 + ) 69 + ) 70 + (property "ki_keywords" "capacitor cap" 71 + (at 0 0 0) 72 + (effects 73 + (font 74 + (size 1.27 1.27) 75 + ) 76 + (hide yes) 77 + ) 78 + ) 79 + (property "ki_fp_filters" "C_*" 80 + (at 0 0 0) 81 + (effects 82 + (font 83 + (size 1.27 1.27) 84 + ) 85 + (hide yes) 86 + ) 87 + ) 88 + (symbol "C_Small_0_1" 89 + (polyline 90 + (pts 91 + (xy -1.524 0.508) (xy 1.524 0.508) 92 + ) 93 + (stroke 94 + (width 0.3048) 95 + (type default) 96 + ) 97 + (fill 98 + (type none) 99 + ) 100 + ) 101 + (polyline 102 + (pts 103 + (xy -1.524 -0.508) (xy 1.524 -0.508) 104 + ) 105 + (stroke 106 + (width 0.3302) 107 + (type default) 108 + ) 109 + (fill 110 + (type none) 111 + ) 112 + ) 113 + ) 114 + (symbol "C_Small_1_1" 115 + (pin passive line 116 + (at 0 2.54 270) 117 + (length 2.032) 118 + (name "~" 119 + (effects 120 + (font 121 + (size 1.27 1.27) 122 + ) 123 + ) 124 + ) 125 + (number "1" 126 + (effects 127 + (font 128 + (size 1.27 1.27) 129 + ) 130 + ) 131 + ) 132 + ) 133 + (pin passive line 134 + (at 0 -2.54 90) 135 + (length 2.032) 136 + (name "~" 137 + (effects 138 + (font 139 + (size 1.27 1.27) 140 + ) 141 + ) 142 + ) 143 + (number "2" 144 + (effects 145 + (font 146 + (size 1.27 1.27) 147 + ) 148 + ) 149 + ) 150 + ) 151 + ) 152 + (embedded_fonts no) 153 + ) 154 + (symbol "Device:R" 155 + (pin_numbers 156 + (hide yes) 157 + ) 158 + (pin_names 159 + (offset 0) 160 + ) 161 + (exclude_from_sim no) 162 + (in_bom yes) 163 + (on_board yes) 164 + (property "Reference" "R" 165 + (at 2.032 0 90) 166 + (effects 167 + (font 168 + (size 1.27 1.27) 169 + ) 170 + ) 171 + ) 172 + (property "Value" "R" 173 + (at 0 0 90) 174 + (effects 175 + (font 176 + (size 1.27 1.27) 177 + ) 178 + ) 179 + ) 180 + (property "Footprint" "" 181 + (at -1.778 0 90) 182 + (effects 183 + (font 184 + (size 1.27 1.27) 185 + ) 186 + (hide yes) 187 + ) 188 + ) 189 + (property "Datasheet" "~" 190 + (at 0 0 0) 191 + (effects 192 + (font 193 + (size 1.27 1.27) 194 + ) 195 + (hide yes) 196 + ) 197 + ) 198 + (property "Description" "Resistor" 199 + (at 0 0 0) 200 + (effects 201 + (font 202 + (size 1.27 1.27) 203 + ) 204 + (hide yes) 205 + ) 206 + ) 207 + (property "ki_keywords" "R res resistor" 208 + (at 0 0 0) 209 + (effects 210 + (font 211 + (size 1.27 1.27) 212 + ) 213 + (hide yes) 214 + ) 215 + ) 216 + (property "ki_fp_filters" "R_*" 217 + (at 0 0 0) 218 + (effects 219 + (font 220 + (size 1.27 1.27) 221 + ) 222 + (hide yes) 223 + ) 224 + ) 225 + (symbol "R_0_1" 226 + (rectangle 227 + (start -1.016 -2.54) 228 + (end 1.016 2.54) 229 + (stroke 230 + (width 0.254) 231 + (type default) 232 + ) 233 + (fill 234 + (type none) 235 + ) 236 + ) 237 + ) 238 + (symbol "R_1_1" 239 + (pin passive line 240 + (at 0 3.81 270) 241 + (length 1.27) 242 + (name "~" 243 + (effects 244 + (font 245 + (size 1.27 1.27) 246 + ) 247 + ) 248 + ) 249 + (number "1" 250 + (effects 251 + (font 252 + (size 1.27 1.27) 253 + ) 254 + ) 255 + ) 256 + ) 257 + (pin passive line 258 + (at 0 -3.81 90) 259 + (length 1.27) 260 + (name "~" 261 + (effects 262 + (font 263 + (size 1.27 1.27) 264 + ) 265 + ) 266 + ) 267 + (number "2" 268 + (effects 269 + (font 270 + (size 1.27 1.27) 271 + ) 272 + ) 273 + ) 274 + ) 275 + ) 276 + (embedded_fonts no) 277 + ) 278 + (symbol "Device:R_Small" 279 + (pin_numbers 280 + (hide yes) 281 + ) 282 + (pin_names 283 + (offset 0.254) 284 + (hide yes) 285 + ) 286 + (exclude_from_sim no) 287 + (in_bom yes) 288 + (on_board yes) 289 + (property "Reference" "R" 290 + (at 0 0 90) 291 + (effects 292 + (font 293 + (size 1.016 1.016) 294 + ) 295 + ) 296 + ) 297 + (property "Value" "R_Small" 298 + (at 1.778 0 90) 299 + (effects 300 + (font 301 + (size 1.27 1.27) 302 + ) 303 + ) 304 + ) 305 + (property "Footprint" "" 306 + (at 0 0 0) 307 + (effects 308 + (font 309 + (size 1.27 1.27) 310 + ) 311 + (hide yes) 312 + ) 313 + ) 314 + (property "Datasheet" "~" 315 + (at 0 0 0) 316 + (effects 317 + (font 318 + (size 1.27 1.27) 319 + ) 320 + (hide yes) 321 + ) 322 + ) 323 + (property "Description" "Resistor, small symbol" 324 + (at 0 0 0) 325 + (effects 326 + (font 327 + (size 1.27 1.27) 328 + ) 329 + (hide yes) 330 + ) 331 + ) 332 + (property "ki_keywords" "R resistor" 333 + (at 0 0 0) 334 + (effects 335 + (font 336 + (size 1.27 1.27) 337 + ) 338 + (hide yes) 339 + ) 340 + ) 341 + (property "ki_fp_filters" "R_*" 342 + (at 0 0 0) 343 + (effects 344 + (font 345 + (size 1.27 1.27) 346 + ) 347 + (hide yes) 348 + ) 349 + ) 350 + (symbol "R_Small_0_1" 351 + (rectangle 352 + (start -0.762 1.778) 353 + (end 0.762 -1.778) 354 + (stroke 355 + (width 0.2032) 356 + (type default) 357 + ) 358 + (fill 359 + (type none) 360 + ) 361 + ) 362 + ) 363 + (symbol "R_Small_1_1" 364 + (pin passive line 365 + (at 0 2.54 270) 366 + (length 0.762) 367 + (name "~" 368 + (effects 369 + (font 370 + (size 1.27 1.27) 371 + ) 372 + ) 373 + ) 374 + (number "1" 375 + (effects 376 + (font 377 + (size 1.27 1.27) 378 + ) 379 + ) 380 + ) 381 + ) 382 + (pin passive line 383 + (at 0 -2.54 90) 384 + (length 0.762) 385 + (name "~" 386 + (effects 387 + (font 388 + (size 1.27 1.27) 389 + ) 390 + ) 391 + ) 392 + (number "2" 393 + (effects 394 + (font 395 + (size 1.27 1.27) 396 + ) 397 + ) 398 + ) 399 + ) 400 + ) 401 + (embedded_fonts no) 402 + ) 403 + (symbol "Interface_CAN_LIN:MCP2518FD-xQBB" 404 + (exclude_from_sim no) 405 + (in_bom yes) 406 + (on_board yes) 407 + (property "Reference" "U" 408 + (at 8.89 13.97 0) 409 + (effects 410 + (font 411 + (size 1.27 1.27) 412 + ) 413 + (justify right) 414 + ) 415 + ) 416 + (property "Value" "MCP2518FD-xQBB" 417 + (at -3.81 13.97 0) 418 + (effects 419 + (font 420 + (size 1.27 1.27) 421 + ) 422 + (justify right) 423 + ) 424 + ) 425 + (property "Footprint" "Package_DFN_QFN:DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm" 426 + (at 1.27 -13.97 0) 427 + (effects 428 + (font 429 + (size 1.27 1.27) 430 + ) 431 + (justify left) 432 + (hide yes) 433 + ) 434 + ) 435 + (property "Datasheet" "https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/External-CAN-FD-Controller-with-SPI-Interface-DS20006027B.pdf" 436 + (at 1.27 -16.51 0) 437 + (effects 438 + (font 439 + (size 1.27 1.27) 440 + ) 441 + (justify left) 442 + (hide yes) 443 + ) 444 + ) 445 + (property "Description" "CAN FD Controller with SPI Interface, up to 8 Mbps, Vdd 2.7..5.5V, functional safety ready, VDFN-14" 446 + (at 0 0 0) 447 + (effects 448 + (font 449 + (size 1.27 1.27) 450 + ) 451 + (hide yes) 452 + ) 453 + ) 454 + (property "ki_keywords" "microchip" 455 + (at 0 0 0) 456 + (effects 457 + (font 458 + (size 1.27 1.27) 459 + ) 460 + (hide yes) 461 + ) 462 + ) 463 + (property "ki_fp_filters" "DFN*1EP*3x4.5mm*P0.65mm*" 464 + (at 0 0 0) 465 + (effects 466 + (font 467 + (size 1.27 1.27) 468 + ) 469 + (hide yes) 470 + ) 471 + ) 472 + (symbol "MCP2518FD-xQBB_0_1" 473 + (rectangle 474 + (start -12.7 10.16) 475 + (end 12.7 -10.16) 476 + (stroke 477 + (width 0.254) 478 + (type default) 479 + ) 480 + (fill 481 + (type background) 482 + ) 483 + ) 484 + ) 485 + (symbol "MCP2518FD-xQBB_1_1" 486 + (pin input line 487 + (at -15.24 7.62 0) 488 + (length 2.54) 489 + (name "SDI" 490 + (effects 491 + (font 492 + (size 1.27 1.27) 493 + ) 494 + ) 495 + ) 496 + (number "11" 497 + (effects 498 + (font 499 + (size 1.27 1.27) 500 + ) 501 + ) 502 + ) 503 + ) 504 + (pin output line 505 + (at -15.24 5.08 0) 506 + (length 2.54) 507 + (name "SDO" 508 + (effects 509 + (font 510 + (size 1.27 1.27) 511 + ) 512 + ) 513 + ) 514 + (number "12" 515 + (effects 516 + (font 517 + (size 1.27 1.27) 518 + ) 519 + ) 520 + ) 521 + ) 522 + (pin input line 523 + (at -15.24 2.54 0) 524 + (length 2.54) 525 + (name "~{CS}" 526 + (effects 527 + (font 528 + (size 1.27 1.27) 529 + ) 530 + ) 531 + ) 532 + (number "13" 533 + (effects 534 + (font 535 + (size 1.27 1.27) 536 + ) 537 + ) 538 + ) 539 + ) 540 + (pin input line 541 + (at -15.24 0 0) 542 + (length 2.54) 543 + (name "SCK" 544 + (effects 545 + (font 546 + (size 1.27 1.27) 547 + ) 548 + ) 549 + ) 550 + (number "10" 551 + (effects 552 + (font 553 + (size 1.27 1.27) 554 + ) 555 + ) 556 + ) 557 + ) 558 + (pin output line 559 + (at -15.24 -5.08 0) 560 + (length 2.54) 561 + (name "OSC2" 562 + (effects 563 + (font 564 + (size 1.27 1.27) 565 + ) 566 + ) 567 + ) 568 + (number "5" 569 + (effects 570 + (font 571 + (size 1.27 1.27) 572 + ) 573 + ) 574 + ) 575 + ) 576 + (pin input line 577 + (at -15.24 -7.62 0) 578 + (length 2.54) 579 + (name "OSC1" 580 + (effects 581 + (font 582 + (size 1.27 1.27) 583 + ) 584 + ) 585 + ) 586 + (number "6" 587 + (effects 588 + (font 589 + (size 1.27 1.27) 590 + ) 591 + ) 592 + ) 593 + ) 594 + (pin power_in line 595 + (at 0 12.7 270) 596 + (length 2.54) 597 + (name "VDD" 598 + (effects 599 + (font 600 + (size 1.27 1.27) 601 + ) 602 + ) 603 + ) 604 + (number "14" 605 + (effects 606 + (font 607 + (size 1.27 1.27) 608 + ) 609 + ) 610 + ) 611 + ) 612 + (pin passive line 613 + (at 0 -12.7 90) 614 + (length 2.54) 615 + (hide yes) 616 + (name "VSS" 617 + (effects 618 + (font 619 + (size 1.27 1.27) 620 + ) 621 + ) 622 + ) 623 + (number "15" 624 + (effects 625 + (font 626 + (size 1.27 1.27) 627 + ) 628 + ) 629 + ) 630 + ) 631 + (pin power_in line 632 + (at 0 -12.7 90) 633 + (length 2.54) 634 + (name "VSS" 635 + (effects 636 + (font 637 + (size 1.27 1.27) 638 + ) 639 + ) 640 + ) 641 + (number "7" 642 + (effects 643 + (font 644 + (size 1.27 1.27) 645 + ) 646 + ) 647 + ) 648 + ) 649 + (pin input line 650 + (at 15.24 7.62 180) 651 + (length 2.54) 652 + (name "RXCAN" 653 + (effects 654 + (font 655 + (size 1.27 1.27) 656 + ) 657 + ) 658 + ) 659 + (number "2" 660 + (effects 661 + (font 662 + (size 1.27 1.27) 663 + ) 664 + ) 665 + ) 666 + ) 667 + (pin output line 668 + (at 15.24 5.08 180) 669 + (length 2.54) 670 + (name "TXCAN" 671 + (effects 672 + (font 673 + (size 1.27 1.27) 674 + ) 675 + ) 676 + ) 677 + (number "1" 678 + (effects 679 + (font 680 + (size 1.27 1.27) 681 + ) 682 + ) 683 + ) 684 + ) 685 + (pin output line 686 + (at 15.24 2.54 180) 687 + (length 2.54) 688 + (name "CLKO/SOF" 689 + (effects 690 + (font 691 + (size 1.27 1.27) 692 + ) 693 + ) 694 + ) 695 + (number "3" 696 + (effects 697 + (font 698 + (size 1.27 1.27) 699 + ) 700 + ) 701 + ) 702 + ) 703 + (pin output line 704 + (at 15.24 -2.54 180) 705 + (length 2.54) 706 + (name "~{INT}" 707 + (effects 708 + (font 709 + (size 1.27 1.27) 710 + ) 711 + ) 712 + ) 713 + (number "4" 714 + (effects 715 + (font 716 + (size 1.27 1.27) 717 + ) 718 + ) 719 + ) 720 + ) 721 + (pin bidirectional line 722 + (at 15.24 -5.08 180) 723 + (length 2.54) 724 + (name "~{INT0}/GPIO0/XSTBY" 725 + (effects 726 + (font 727 + (size 1.27 1.27) 728 + ) 729 + ) 730 + ) 731 + (number "9" 732 + (effects 733 + (font 734 + (size 1.27 1.27) 735 + ) 736 + ) 737 + ) 738 + ) 739 + (pin bidirectional line 740 + (at 15.24 -7.62 180) 741 + (length 2.54) 742 + (name "~{INT1}/GPIO1" 743 + (effects 744 + (font 745 + (size 1.27 1.27) 746 + ) 747 + ) 748 + ) 749 + (number "8" 750 + (effects 751 + (font 752 + (size 1.27 1.27) 753 + ) 754 + ) 755 + ) 756 + ) 757 + ) 758 + (embedded_fonts no) 759 + ) 760 + (symbol "Interface_CAN_LIN:MCP2562-E-SN" 761 + (pin_names 762 + (offset 1.016) 763 + ) 764 + (exclude_from_sim no) 765 + (in_bom yes) 766 + (on_board yes) 767 + (property "Reference" "U" 768 + (at -10.16 8.89 0) 769 + (effects 770 + (font 771 + (size 1.27 1.27) 772 + ) 773 + (justify left) 774 + ) 775 + ) 776 + (property "Value" "MCP2562-E-SN" 777 + (at 2.54 8.89 0) 778 + (effects 779 + (font 780 + (size 1.27 1.27) 781 + ) 782 + (justify left) 783 + ) 784 + ) 785 + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" 786 + (at 0 -12.7 0) 787 + (effects 788 + (font 789 + (size 1.27 1.27) 790 + (italic yes) 791 + ) 792 + (hide yes) 793 + ) 794 + ) 795 + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/25167A.pdf" 796 + (at 0 0 0) 797 + (effects 798 + (font 799 + (size 1.27 1.27) 800 + ) 801 + (hide yes) 802 + ) 803 + ) 804 + (property "Description" "High-Speed CAN Transceiver, 1Mbps, 5V supply, Vio pin, -40C to +125C, SOIC-8" 805 + (at 0 0 0) 806 + (effects 807 + (font 808 + (size 1.27 1.27) 809 + ) 810 + (hide yes) 811 + ) 812 + ) 813 + (property "ki_keywords" "High-Speed CAN Transceiver" 814 + (at 0 0 0) 815 + (effects 816 + (font 817 + (size 1.27 1.27) 818 + ) 819 + (hide yes) 820 + ) 821 + ) 822 + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" 823 + (at 0 0 0) 824 + (effects 825 + (font 826 + (size 1.27 1.27) 827 + ) 828 + (hide yes) 829 + ) 830 + ) 831 + (symbol "MCP2562-E-SN_0_1" 832 + (rectangle 833 + (start -10.16 7.62) 834 + (end 10.16 -7.62) 835 + (stroke 836 + (width 0.254) 837 + (type default) 838 + ) 839 + (fill 840 + (type background) 841 + ) 842 + ) 843 + ) 844 + (symbol "MCP2562-E-SN_1_1" 845 + (pin input line 846 + (at -12.7 5.08 0) 847 + (length 2.54) 848 + (name "TXD" 849 + (effects 850 + (font 851 + (size 1.27 1.27) 852 + ) 853 + ) 854 + ) 855 + (number "1" 856 + (effects 857 + (font 858 + (size 1.27 1.27) 859 + ) 860 + ) 861 + ) 862 + ) 863 + (pin output line 864 + (at -12.7 2.54 0) 865 + (length 2.54) 866 + (name "RXD" 867 + (effects 868 + (font 869 + (size 1.27 1.27) 870 + ) 871 + ) 872 + ) 873 + (number "4" 874 + (effects 875 + (font 876 + (size 1.27 1.27) 877 + ) 878 + ) 879 + ) 880 + ) 881 + (pin power_in line 882 + (at -12.7 -2.54 0) 883 + (length 2.54) 884 + (name "Vio" 885 + (effects 886 + (font 887 + (size 1.27 1.27) 888 + ) 889 + ) 890 + ) 891 + (number "5" 892 + (effects 893 + (font 894 + (size 1.27 1.27) 895 + ) 896 + ) 897 + ) 898 + ) 899 + (pin input line 900 + (at -12.7 -5.08 0) 901 + (length 2.54) 902 + (name "STBY" 903 + (effects 904 + (font 905 + (size 1.27 1.27) 906 + ) 907 + ) 908 + ) 909 + (number "8" 910 + (effects 911 + (font 912 + (size 1.27 1.27) 913 + ) 914 + ) 915 + ) 916 + ) 917 + (pin power_in line 918 + (at 0 10.16 270) 919 + (length 2.54) 920 + (name "VDD" 921 + (effects 922 + (font 923 + (size 1.27 1.27) 924 + ) 925 + ) 926 + ) 927 + (number "3" 928 + (effects 929 + (font 930 + (size 1.27 1.27) 931 + ) 932 + ) 933 + ) 934 + ) 935 + (pin power_in line 936 + (at 0 -10.16 90) 937 + (length 2.54) 938 + (name "VSS" 939 + (effects 940 + (font 941 + (size 1.27 1.27) 942 + ) 943 + ) 944 + ) 945 + (number "2" 946 + (effects 947 + (font 948 + (size 1.27 1.27) 949 + ) 950 + ) 951 + ) 952 + ) 953 + (pin bidirectional line 954 + (at 12.7 2.54 180) 955 + (length 2.54) 956 + (name "CANH" 957 + (effects 958 + (font 959 + (size 1.27 1.27) 960 + ) 961 + ) 962 + ) 963 + (number "7" 964 + (effects 965 + (font 966 + (size 1.27 1.27) 967 + ) 968 + ) 969 + ) 970 + ) 971 + (pin bidirectional line 972 + (at 12.7 -2.54 180) 973 + (length 2.54) 974 + (name "CANL" 975 + (effects 976 + (font 977 + (size 1.27 1.27) 978 + ) 979 + ) 980 + ) 981 + (number "6" 982 + (effects 983 + (font 984 + (size 1.27 1.27) 985 + ) 986 + ) 987 + ) 988 + ) 989 + ) 990 + (embedded_fonts no) 991 + ) 992 + (symbol "Oscillator:ASCO" 993 + (exclude_from_sim no) 994 + (in_bom yes) 995 + (on_board yes) 996 + (property "Reference" "Y" 997 + (at -7.62 6.35 0) 998 + (effects 999 + (font 1000 + (size 1.27 1.27) 1001 + ) 1002 + (justify left) 1003 + ) 1004 + ) 1005 + (property "Value" "ASCO" 1006 + (at 1.27 -6.35 0) 1007 + (effects 1008 + (font 1009 + (size 1.27 1.27) 1010 + ) 1011 + (justify left) 1012 + ) 1013 + ) 1014 + (property "Footprint" "Oscillator:Oscillator_SMD_Abracon_ASCO-4Pin_1.6x1.2mm" 1015 + (at 2.54 -8.89 0) 1016 + (effects 1017 + (font 1018 + (size 1.27 1.27) 1019 + ) 1020 + (hide yes) 1021 + ) 1022 + ) 1023 + (property "Datasheet" "https://abracon.com/Oscillators/ASCO.pdf" 1024 + (at -5.715 3.175 0) 1025 + (effects 1026 + (font 1027 + (size 1.27 1.27) 1028 + ) 1029 + (hide yes) 1030 + ) 1031 + ) 1032 + (property "Description" "Crystal Clock Oscillator, Abracon ASCO" 1033 + (at 0 0 0) 1034 + (effects 1035 + (font 1036 + (size 1.27 1.27) 1037 + ) 1038 + (hide yes) 1039 + ) 1040 + ) 1041 + (property "ki_keywords" "Crystal Clock Oscillator" 1042 + (at 0 0 0) 1043 + (effects 1044 + (font 1045 + (size 1.27 1.27) 1046 + ) 1047 + (hide yes) 1048 + ) 1049 + ) 1050 + (property "ki_fp_filters" "Oscillator*Abracon*ASCO*1.6x1.2mm*" 1051 + (at 0 0 0) 1052 + (effects 1053 + (font 1054 + (size 1.27 1.27) 1055 + ) 1056 + (hide yes) 1057 + ) 1058 + ) 1059 + (symbol "ASCO_0_1" 1060 + (rectangle 1061 + (start -7.62 5.08) 1062 + (end 7.62 -5.08) 1063 + (stroke 1064 + (width 0.254) 1065 + (type default) 1066 + ) 1067 + (fill 1068 + (type background) 1069 + ) 1070 + ) 1071 + (polyline 1072 + (pts 1073 + (xy -5.715 2.54) (xy -5.08 2.54) (xy -5.08 3.81) (xy -4.445 3.81) (xy -4.445 2.54) (xy -3.81 2.54) 1074 + (xy -3.81 3.81) (xy -3.175 3.81) (xy -3.175 2.54) 1075 + ) 1076 + (stroke 1077 + (width 0) 1078 + (type default) 1079 + ) 1080 + (fill 1081 + (type none) 1082 + ) 1083 + ) 1084 + ) 1085 + (symbol "ASCO_1_1" 1086 + (pin input line 1087 + (at -10.16 0 0) 1088 + (length 2.54) 1089 + (name "Tri-State" 1090 + (effects 1091 + (font 1092 + (size 1.27 1.27) 1093 + ) 1094 + ) 1095 + ) 1096 + (number "1" 1097 + (effects 1098 + (font 1099 + (size 1.27 1.27) 1100 + ) 1101 + ) 1102 + ) 1103 + ) 1104 + (pin power_in line 1105 + (at 0 7.62 270) 1106 + (length 2.54) 1107 + (name "VDD" 1108 + (effects 1109 + (font 1110 + (size 1.27 1.27) 1111 + ) 1112 + ) 1113 + ) 1114 + (number "4" 1115 + (effects 1116 + (font 1117 + (size 1.27 1.27) 1118 + ) 1119 + ) 1120 + ) 1121 + ) 1122 + (pin power_in line 1123 + (at 0 -7.62 90) 1124 + (length 2.54) 1125 + (name "GND" 1126 + (effects 1127 + (font 1128 + (size 1.27 1.27) 1129 + ) 1130 + ) 1131 + ) 1132 + (number "2" 1133 + (effects 1134 + (font 1135 + (size 1.27 1.27) 1136 + ) 1137 + ) 1138 + ) 1139 + ) 1140 + (pin output line 1141 + (at 10.16 0 180) 1142 + (length 2.54) 1143 + (name "OUT" 1144 + (effects 1145 + (font 1146 + (size 1.27 1.27) 1147 + ) 1148 + ) 1149 + ) 1150 + (number "3" 1151 + (effects 1152 + (font 1153 + (size 1.27 1.27) 1154 + ) 1155 + ) 1156 + ) 1157 + ) 1158 + ) 1159 + (embedded_fonts no) 1160 + ) 1161 + (symbol "power:+3.3V" 1162 + (power) 1163 + (pin_numbers 1164 + (hide yes) 1165 + ) 1166 + (pin_names 1167 + (offset 0) 1168 + (hide yes) 1169 + ) 1170 + (exclude_from_sim no) 1171 + (in_bom yes) 1172 + (on_board yes) 1173 + (property "Reference" "#PWR" 1174 + (at 0 -3.81 0) 1175 + (effects 1176 + (font 1177 + (size 1.27 1.27) 1178 + ) 1179 + (hide yes) 1180 + ) 1181 + ) 1182 + (property "Value" "+3.3V" 1183 + (at 0 3.556 0) 1184 + (effects 1185 + (font 1186 + (size 1.27 1.27) 1187 + ) 1188 + ) 1189 + ) 1190 + (property "Footprint" "" 1191 + (at 0 0 0) 1192 + (effects 1193 + (font 1194 + (size 1.27 1.27) 1195 + ) 1196 + (hide yes) 1197 + ) 1198 + ) 1199 + (property "Datasheet" "" 1200 + (at 0 0 0) 1201 + (effects 1202 + (font 1203 + (size 1.27 1.27) 1204 + ) 1205 + (hide yes) 1206 + ) 1207 + ) 1208 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 1209 + (at 0 0 0) 1210 + (effects 1211 + (font 1212 + (size 1.27 1.27) 1213 + ) 1214 + (hide yes) 1215 + ) 1216 + ) 1217 + (property "ki_keywords" "global power" 1218 + (at 0 0 0) 1219 + (effects 1220 + (font 1221 + (size 1.27 1.27) 1222 + ) 1223 + (hide yes) 1224 + ) 1225 + ) 1226 + (symbol "+3.3V_0_1" 1227 + (polyline 1228 + (pts 1229 + (xy -0.762 1.27) (xy 0 2.54) 1230 + ) 1231 + (stroke 1232 + (width 0) 1233 + (type default) 1234 + ) 1235 + (fill 1236 + (type none) 1237 + ) 1238 + ) 1239 + (polyline 1240 + (pts 1241 + (xy 0 2.54) (xy 0.762 1.27) 1242 + ) 1243 + (stroke 1244 + (width 0) 1245 + (type default) 1246 + ) 1247 + (fill 1248 + (type none) 1249 + ) 1250 + ) 1251 + (polyline 1252 + (pts 1253 + (xy 0 0) (xy 0 2.54) 1254 + ) 1255 + (stroke 1256 + (width 0) 1257 + (type default) 1258 + ) 1259 + (fill 1260 + (type none) 1261 + ) 1262 + ) 1263 + ) 1264 + (symbol "+3.3V_1_1" 1265 + (pin power_in line 1266 + (at 0 0 90) 1267 + (length 0) 1268 + (name "~" 1269 + (effects 1270 + (font 1271 + (size 1.27 1.27) 1272 + ) 1273 + ) 1274 + ) 1275 + (number "1" 1276 + (effects 1277 + (font 1278 + (size 1.27 1.27) 1279 + ) 1280 + ) 1281 + ) 1282 + ) 1283 + ) 1284 + (embedded_fonts no) 1285 + ) 1286 + (symbol "power:+5V" 1287 + (power) 1288 + (pin_numbers 1289 + (hide yes) 1290 + ) 1291 + (pin_names 1292 + (offset 0) 1293 + (hide yes) 1294 + ) 1295 + (exclude_from_sim no) 1296 + (in_bom yes) 1297 + (on_board yes) 1298 + (property "Reference" "#PWR" 1299 + (at 0 -3.81 0) 1300 + (effects 1301 + (font 1302 + (size 1.27 1.27) 1303 + ) 1304 + (hide yes) 1305 + ) 1306 + ) 1307 + (property "Value" "+5V" 1308 + (at 0 3.556 0) 1309 + (effects 1310 + (font 1311 + (size 1.27 1.27) 1312 + ) 1313 + ) 1314 + ) 1315 + (property "Footprint" "" 1316 + (at 0 0 0) 1317 + (effects 1318 + (font 1319 + (size 1.27 1.27) 1320 + ) 1321 + (hide yes) 1322 + ) 1323 + ) 1324 + (property "Datasheet" "" 1325 + (at 0 0 0) 1326 + (effects 1327 + (font 1328 + (size 1.27 1.27) 1329 + ) 1330 + (hide yes) 1331 + ) 1332 + ) 1333 + (property "Description" "Power symbol creates a global label with name \"+5V\"" 1334 + (at 0 0 0) 1335 + (effects 1336 + (font 1337 + (size 1.27 1.27) 1338 + ) 1339 + (hide yes) 1340 + ) 1341 + ) 1342 + (property "ki_keywords" "global power" 1343 + (at 0 0 0) 1344 + (effects 1345 + (font 1346 + (size 1.27 1.27) 1347 + ) 1348 + (hide yes) 1349 + ) 1350 + ) 1351 + (symbol "+5V_0_1" 1352 + (polyline 1353 + (pts 1354 + (xy -0.762 1.27) (xy 0 2.54) 1355 + ) 1356 + (stroke 1357 + (width 0) 1358 + (type default) 1359 + ) 1360 + (fill 1361 + (type none) 1362 + ) 1363 + ) 1364 + (polyline 1365 + (pts 1366 + (xy 0 2.54) (xy 0.762 1.27) 1367 + ) 1368 + (stroke 1369 + (width 0) 1370 + (type default) 1371 + ) 1372 + (fill 1373 + (type none) 1374 + ) 1375 + ) 1376 + (polyline 1377 + (pts 1378 + (xy 0 0) (xy 0 2.54) 1379 + ) 1380 + (stroke 1381 + (width 0) 1382 + (type default) 1383 + ) 1384 + (fill 1385 + (type none) 1386 + ) 1387 + ) 1388 + ) 1389 + (symbol "+5V_1_1" 1390 + (pin power_in line 1391 + (at 0 0 90) 1392 + (length 0) 1393 + (name "~" 1394 + (effects 1395 + (font 1396 + (size 1.27 1.27) 1397 + ) 1398 + ) 1399 + ) 1400 + (number "1" 1401 + (effects 1402 + (font 1403 + (size 1.27 1.27) 1404 + ) 1405 + ) 1406 + ) 1407 + ) 1408 + ) 1409 + (embedded_fonts no) 1410 + ) 1411 + (symbol "power:GND" 1412 + (power) 1413 + (pin_numbers 1414 + (hide yes) 1415 + ) 1416 + (pin_names 1417 + (offset 0) 1418 + (hide yes) 1419 + ) 1420 + (exclude_from_sim no) 1421 + (in_bom yes) 1422 + (on_board yes) 1423 + (property "Reference" "#PWR" 1424 + (at 0 -6.35 0) 1425 + (effects 1426 + (font 1427 + (size 1.27 1.27) 1428 + ) 1429 + (hide yes) 1430 + ) 1431 + ) 1432 + (property "Value" "GND" 1433 + (at 0 -3.81 0) 1434 + (effects 1435 + (font 1436 + (size 1.27 1.27) 1437 + ) 1438 + ) 1439 + ) 1440 + (property "Footprint" "" 1441 + (at 0 0 0) 1442 + (effects 1443 + (font 1444 + (size 1.27 1.27) 1445 + ) 1446 + (hide yes) 1447 + ) 1448 + ) 1449 + (property "Datasheet" "" 1450 + (at 0 0 0) 1451 + (effects 1452 + (font 1453 + (size 1.27 1.27) 1454 + ) 1455 + (hide yes) 1456 + ) 1457 + ) 1458 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 1459 + (at 0 0 0) 1460 + (effects 1461 + (font 1462 + (size 1.27 1.27) 1463 + ) 1464 + (hide yes) 1465 + ) 1466 + ) 1467 + (property "ki_keywords" "global power" 1468 + (at 0 0 0) 1469 + (effects 1470 + (font 1471 + (size 1.27 1.27) 1472 + ) 1473 + (hide yes) 1474 + ) 1475 + ) 1476 + (symbol "GND_0_1" 1477 + (polyline 1478 + (pts 1479 + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) 1480 + ) 1481 + (stroke 1482 + (width 0) 1483 + (type default) 1484 + ) 1485 + (fill 1486 + (type none) 1487 + ) 1488 + ) 1489 + ) 1490 + (symbol "GND_1_1" 1491 + (pin power_in line 1492 + (at 0 0 270) 1493 + (length 0) 1494 + (name "~" 1495 + (effects 1496 + (font 1497 + (size 1.27 1.27) 1498 + ) 1499 + ) 1500 + ) 1501 + (number "1" 1502 + (effects 1503 + (font 1504 + (size 1.27 1.27) 1505 + ) 1506 + ) 1507 + ) 1508 + ) 1509 + ) 1510 + (embedded_fonts no) 1511 + ) 1512 + ) 1513 + (junction 1514 + (at 114.3 52.07) 1515 + (diameter 0) 1516 + (color 0 0 0 0) 1517 + (uuid "470c8aab-37bb-4f27-b133-192645cf2fc9") 1518 + ) 1519 + (junction 1520 + (at 100.33 45.72) 1521 + (diameter 0) 1522 + (color 0 0 0 0) 1523 + (uuid "49c232c8-433f-4dc6-9d82-09bb5e265eb4") 1524 + ) 1525 + (junction 1526 + (at 137.16 26.67) 1527 + (diameter 0) 1528 + (color 0 0 0 0) 1529 + (uuid "9e48e39e-38f7-4a32-a240-36ab70b117af") 1530 + ) 1531 + (junction 1532 + (at 100.33 29.21) 1533 + (diameter 0) 1534 + (color 0 0 0 0) 1535 + (uuid "c68ac64e-3394-4d23-9e8e-980f46655968") 1536 + ) 1537 + (junction 1538 + (at 45.72 26.67) 1539 + (diameter 0) 1540 + (color 0 0 0 0) 1541 + (uuid "f7ff1628-3a30-4e3a-8d6e-025bd43077a4") 1542 + ) 1543 + (no_connect 1544 + (at 60.96 57.15) 1545 + (uuid "1db146d9-9631-45b0-b40e-64f06236fdd0") 1546 + ) 1547 + (no_connect 1548 + (at 60.96 59.69) 1549 + (uuid "d621e99d-7f6b-4f4c-a2fa-9d19a5eacafe") 1550 + ) 1551 + (no_connect 1552 + (at 30.48 57.15) 1553 + (uuid "e9ccd915-5a87-4080-a66e-88b6c58f4017") 1554 + ) 1555 + (no_connect 1556 + (at 60.96 49.53) 1557 + (uuid "f9c90113-2f0f-4d2e-8aef-cac0c4808e9b") 1558 + ) 1559 + (wire 1560 + (pts 1561 + (xy 149.86 52.07) (xy 151.13 52.07) 1562 + ) 1563 + (stroke 1564 + (width 0) 1565 + (type default) 1566 + ) 1567 + (uuid "0b034fb0-e35b-4be2-81d2-1fb614fa140b") 1568 + ) 1569 + (wire 1570 + (pts 1571 + (xy 90.17 45.72) (xy 100.33 45.72) 1572 + ) 1573 + (stroke 1574 + (width 0) 1575 + (type default) 1576 + ) 1577 + (uuid "0c55eacc-4633-4e45-83a1-0f47c7c28ec7") 1578 + ) 1579 + (wire 1580 + (pts 1581 + (xy 30.48 81.28) (xy 30.48 85.09) 1582 + ) 1583 + (stroke 1584 + (width 0) 1585 + (type default) 1586 + ) 1587 + (uuid "1af8d3e6-5eec-4f1e-b600-f6d9c94b21f9") 1588 + ) 1589 + (wire 1590 + (pts 1591 + (xy 100.33 29.21) (xy 100.33 45.72) 1592 + ) 1593 + (stroke 1594 + (width 0) 1595 + (type default) 1596 + ) 1597 + (uuid "21aa05ef-c167-4bc3-b7fb-cc3471876a1d") 1598 + ) 1599 + (wire 1600 + (pts 1601 + (xy 125.73 33.02) (xy 125.73 34.29) 1602 + ) 1603 + (stroke 1604 + (width 0) 1605 + (type default) 1606 + ) 1607 + (uuid "26b121b9-6a9b-493e-bbf1-aa6db3f11bcc") 1608 + ) 1609 + (wire 1610 + (pts 1611 + (xy 124.46 54.61) (xy 124.46 58.42) 1612 + ) 1613 + (stroke 1614 + (width 0) 1615 + (type default) 1616 + ) 1617 + (uuid "29926c95-3d08-4a6d-b2e8-0423fe467ec0") 1618 + ) 1619 + (wire 1620 + (pts 1621 + (xy 29.21 46.99) (xy 30.48 46.99) 1622 + ) 1623 + (stroke 1624 + (width 0) 1625 + (type default) 1626 + ) 1627 + (uuid "386853ab-e234-47b1-9e35-bc0285b3a0da") 1628 + ) 1629 + (wire 1630 + (pts 1631 + (xy 60.96 44.45) (xy 62.23 44.45) 1632 + ) 1633 + (stroke 1634 + (width 0) 1635 + (type default) 1636 + ) 1637 + (uuid "3a948165-3c93-478f-915c-a5f7abb10d0f") 1638 + ) 1639 + (wire 1640 + (pts 1641 + (xy 29.21 44.45) (xy 30.48 44.45) 1642 + ) 1643 + (stroke 1644 + (width 0) 1645 + (type default) 1646 + ) 1647 + (uuid "479a1550-d96d-4abd-9302-d0c13628642d") 1648 + ) 1649 + (wire 1650 + (pts 1651 + (xy 45.72 64.77) (xy 45.72 66.04) 1652 + ) 1653 + (stroke 1654 + (width 0) 1655 + (type default) 1656 + ) 1657 + (uuid "4f327c09-3c09-4e2b-a84a-dd26a22d0bdc") 1658 + ) 1659 + (wire 1660 + (pts 1661 + (xy 90.17 60.96) (xy 90.17 62.23) 1662 + ) 1663 + (stroke 1664 + (width 0) 1665 + (type default) 1666 + ) 1667 + (uuid "57e57ec1-e78b-444a-b9b0-d43b0fab9b6c") 1668 + ) 1669 + (wire 1670 + (pts 1671 + (xy 124.46 63.5) (xy 124.46 64.77) 1672 + ) 1673 + (stroke 1674 + (width 0) 1675 + (type default) 1676 + ) 1677 + (uuid "5955cde6-c699-4c0a-8773-88d30f74d7e4") 1678 + ) 1679 + (wire 1680 + (pts 1681 + (xy 114.3 50.8) (xy 114.3 52.07) 1682 + ) 1683 + (stroke 1684 + (width 0) 1685 + (type default) 1686 + ) 1687 + (uuid "5bce76a4-f49f-4e8f-af76-c48bea08a817") 1688 + ) 1689 + (wire 1690 + (pts 1691 + (xy 60.96 54.61) (xy 62.23 54.61) 1692 + ) 1693 + (stroke 1694 + (width 0) 1695 + (type default) 1696 + ) 1697 + (uuid "6a0c269a-e132-48dd-ae1a-977f5629bc5c") 1698 + ) 1699 + (wire 1700 + (pts 1701 + (xy 45.72 26.67) (xy 45.72 39.37) 1702 + ) 1703 + (stroke 1704 + (width 0) 1705 + (type default) 1706 + ) 1707 + (uuid "6c2ecd8d-02b8-49e2-92f7-945eceab766b") 1708 + ) 1709 + (wire 1710 + (pts 1711 + (xy 114.3 52.07) (xy 124.46 52.07) 1712 + ) 1713 + (stroke 1714 + (width 0) 1715 + (type default) 1716 + ) 1717 + (uuid "7094a097-946e-4909-adda-45a5716b77eb") 1718 + ) 1719 + (wire 1720 + (pts 1721 + (xy 114.3 58.42) (xy 114.3 59.69) 1722 + ) 1723 + (stroke 1724 + (width 0) 1725 + (type default) 1726 + ) 1727 + (uuid "71012943-7ef1-4be9-a6b6-b1232e5005a9") 1728 + ) 1729 + (wire 1730 + (pts 1731 + (xy 149.86 46.99) (xy 151.13 46.99) 1732 + ) 1733 + (stroke 1734 + (width 0) 1735 + (type default) 1736 + ) 1737 + (uuid "74b4678b-e7de-4834-a7ca-a4476bf9d6d2") 1738 + ) 1739 + (wire 1740 + (pts 1741 + (xy 114.3 52.07) (xy 114.3 53.34) 1742 + ) 1743 + (stroke 1744 + (width 0) 1745 + (type default) 1746 + ) 1747 + (uuid "79252598-4b8e-4e36-8fcf-fde29ff486be") 1748 + ) 1749 + (wire 1750 + (pts 1751 + (xy 34.29 33.02) (xy 34.29 34.29) 1752 + ) 1753 + (stroke 1754 + (width 0) 1755 + (type default) 1756 + ) 1757 + (uuid "79d09ab3-2ef8-4ce0-96ae-77c8f8b1397d") 1758 + ) 1759 + (wire 1760 + (pts 1761 + (xy 125.73 26.67) (xy 137.16 26.67) 1762 + ) 1763 + (stroke 1764 + (width 0) 1765 + (type default) 1766 + ) 1767 + (uuid "7b579d9e-72dc-40bb-ae02-9de52f149a08") 1768 + ) 1769 + (wire 1770 + (pts 1771 + (xy 137.16 25.4) (xy 137.16 26.67) 1772 + ) 1773 + (stroke 1774 + (width 0) 1775 + (type default) 1776 + ) 1777 + (uuid "7c0adf73-eb84-4de5-89f3-fde9d462f8f1") 1778 + ) 1779 + (wire 1780 + (pts 1781 + (xy 34.29 83.82) (xy 34.29 85.09) 1782 + ) 1783 + (stroke 1784 + (width 0) 1785 + (type default) 1786 + ) 1787 + (uuid "81305c2d-9671-4034-9d11-6e7be22f4a24") 1788 + ) 1789 + (wire 1790 + (pts 1791 + (xy 29.21 59.69) (xy 30.48 59.69) 1792 + ) 1793 + (stroke 1794 + (width 0) 1795 + (type default) 1796 + ) 1797 + (uuid "83793c11-e147-40ac-8d63-ebc969465571") 1798 + ) 1799 + (wire 1800 + (pts 1801 + (xy 88.9 29.21) (xy 100.33 29.21) 1802 + ) 1803 + (stroke 1804 + (width 0) 1805 + (type default) 1806 + ) 1807 + (uuid "8651e662-a782-4268-9827-0e06f5162931") 1808 + ) 1809 + (wire 1810 + (pts 1811 + (xy 29.21 49.53) (xy 30.48 49.53) 1812 + ) 1813 + (stroke 1814 + (width 0) 1815 + (type default) 1816 + ) 1817 + (uuid "973cdfa3-6ad6-4300-9b20-1101c708a9ae") 1818 + ) 1819 + (wire 1820 + (pts 1821 + (xy 88.9 35.56) (xy 88.9 36.83) 1822 + ) 1823 + (stroke 1824 + (width 0) 1825 + (type default) 1826 + ) 1827 + (uuid "9e5ca17e-5cf7-4fef-b944-c0e136a11d97") 1828 + ) 1829 + (wire 1830 + (pts 1831 + (xy 29.21 52.07) (xy 30.48 52.07) 1832 + ) 1833 + (stroke 1834 + (width 0) 1835 + (type default) 1836 + ) 1837 + (uuid "a9f32965-a44f-42d3-a3d0-b94ab2b5db4a") 1838 + ) 1839 + (wire 1840 + (pts 1841 + (xy 88.9 30.48) (xy 88.9 29.21) 1842 + ) 1843 + (stroke 1844 + (width 0) 1845 + (type default) 1846 + ) 1847 + (uuid "affca15f-4ea0-477b-8536-552980b1b7ee") 1848 + ) 1849 + (wire 1850 + (pts 1851 + (xy 34.29 26.67) (xy 45.72 26.67) 1852 + ) 1853 + (stroke 1854 + (width 0) 1855 + (type default) 1856 + ) 1857 + (uuid "b127c584-59be-4fcb-9924-1a041cc54485") 1858 + ) 1859 + (wire 1860 + (pts 1861 + (xy 35.56 104.14) (xy 36.83 104.14) 1862 + ) 1863 + (stroke 1864 + (width 0) 1865 + (type default) 1866 + ) 1867 + (uuid "bfe5b9c1-9335-4b06-9b97-f71418a9494a") 1868 + ) 1869 + (wire 1870 + (pts 1871 + (xy 100.33 45.72) (xy 100.33 53.34) 1872 + ) 1873 + (stroke 1874 + (width 0) 1875 + (type default) 1876 + ) 1877 + (uuid "cb860568-43aa-415d-99ae-9eed0e82cb8b") 1878 + ) 1879 + (wire 1880 + (pts 1881 + (xy 137.16 26.67) (xy 137.16 39.37) 1882 + ) 1883 + (stroke 1884 + (width 0) 1885 + (type default) 1886 + ) 1887 + (uuid "e17bf50e-78f2-4ab5-a3ce-3c5cfdf8a8ab") 1888 + ) 1889 + (wire 1890 + (pts 1891 + (xy 100.33 27.94) (xy 100.33 29.21) 1892 + ) 1893 + (stroke 1894 + (width 0) 1895 + (type default) 1896 + ) 1897 + (uuid "e24e2393-c6c9-42c6-865b-9f17222d92b0") 1898 + ) 1899 + (wire 1900 + (pts 1901 + (xy 125.73 26.67) (xy 125.73 27.94) 1902 + ) 1903 + (stroke 1904 + (width 0) 1905 + (type default) 1906 + ) 1907 + (uuid "ec7f1088-24f1-4004-b5ba-5642ac82e22d") 1908 + ) 1909 + (wire 1910 + (pts 1911 + (xy 137.16 60.96) (xy 137.16 59.69) 1912 + ) 1913 + (stroke 1914 + (width 0) 1915 + (type default) 1916 + ) 1917 + (uuid "f44f24aa-7f14-4e78-9173-ae9c188f4432") 1918 + ) 1919 + (wire 1920 + (pts 1921 + (xy 45.72 25.4) (xy 45.72 26.67) 1922 + ) 1923 + (stroke 1924 + (width 0) 1925 + (type default) 1926 + ) 1927 + (uuid "fd58d1ca-4ee8-4750-b3f7-66fb7ca719dc") 1928 + ) 1929 + (wire 1930 + (pts 1931 + (xy 60.96 46.99) (xy 62.23 46.99) 1932 + ) 1933 + (stroke 1934 + (width 0) 1935 + (type default) 1936 + ) 1937 + (uuid "fde88f24-5833-4a94-a613-f309726256e0") 1938 + ) 1939 + (wire 1940 + (pts 1941 + (xy 34.29 26.67) (xy 34.29 27.94) 1942 + ) 1943 + (stroke 1944 + (width 0) 1945 + (type default) 1946 + ) 1947 + (uuid "ff7d54c5-765b-43b9-85c8-5d4819ba3b6c") 1948 + ) 1949 + (label "CANL" 1950 + (at 151.13 52.07 0) 1951 + (effects 1952 + (font 1953 + (size 1.27 1.27) 1954 + ) 1955 + (justify left bottom) 1956 + ) 1957 + (uuid "28d7be89-730e-477a-acf0-0d290525a323") 1958 + ) 1959 + (label "CANL" 1960 + (at 34.29 83.82 0) 1961 + (effects 1962 + (font 1963 + (size 1.27 1.27) 1964 + ) 1965 + (justify left bottom) 1966 + ) 1967 + (uuid "3e753b46-b542-4f8a-8174-0c20751f07d7") 1968 + ) 1969 + (label "XO_OUT" 1970 + (at 29.21 59.69 180) 1971 + (effects 1972 + (font 1973 + (size 1.27 1.27) 1974 + ) 1975 + (justify right bottom) 1976 + ) 1977 + (uuid "4111d1f0-79ea-46c8-90b5-928ac8bdce11") 1978 + ) 1979 + (label "CANH" 1980 + (at 30.48 81.28 0) 1981 + (effects 1982 + (font 1983 + (size 1.27 1.27) 1984 + ) 1985 + (justify left bottom) 1986 + ) 1987 + (uuid "76d7284f-5b2b-444c-9770-fd197fff9c3f") 1988 + ) 1989 + (label "RXCAN" 1990 + (at 124.46 46.99 180) 1991 + (effects 1992 + (font 1993 + (size 1.27 1.27) 1994 + ) 1995 + (justify right bottom) 1996 + ) 1997 + (uuid "843d6594-aeeb-4622-a17b-eeec09f33539") 1998 + ) 1999 + (label "TXCAN" 2000 + (at 62.23 46.99 0) 2001 + (effects 2002 + (font 2003 + (size 1.27 1.27) 2004 + ) 2005 + (justify left bottom) 2006 + ) 2007 + (uuid "989f6ccd-f736-4120-9252-4d69687ad826") 2008 + ) 2009 + (label "XO_OUT" 2010 + (at 80.01 53.34 180) 2011 + (effects 2012 + (font 2013 + (size 1.27 1.27) 2014 + ) 2015 + (justify right bottom) 2016 + ) 2017 + (uuid "a28bb10c-1f9d-4b1d-8dc1-bbf82019fe05") 2018 + ) 2019 + (label "TXCAN" 2020 + (at 124.46 44.45 180) 2021 + (effects 2022 + (font 2023 + (size 1.27 1.27) 2024 + ) 2025 + (justify right bottom) 2026 + ) 2027 + (uuid "cb94370d-c06a-4408-bca0-02cfd49fec95") 2028 + ) 2029 + (label "RXCAN" 2030 + (at 62.23 44.45 0) 2031 + (effects 2032 + (font 2033 + (size 1.27 1.27) 2034 + ) 2035 + (justify left bottom) 2036 + ) 2037 + (uuid "ce571f69-d5f4-4dab-93e4-7120e1a74d27") 2038 + ) 2039 + (label "CANH" 2040 + (at 151.13 46.99 0) 2041 + (effects 2042 + (font 2043 + (size 1.27 1.27) 2044 + ) 2045 + (justify left bottom) 2046 + ) 2047 + (uuid "e6c79b1b-0d9e-436f-9188-5af7c74f0299") 2048 + ) 2049 + (label "CANH" 2050 + (at 27.94 104.14 180) 2051 + (effects 2052 + (font 2053 + (size 1.27 1.27) 2054 + ) 2055 + (justify right bottom) 2056 + ) 2057 + (uuid "f3b3dec4-5f97-4dee-ab76-44f9e5fa3c88") 2058 + ) 2059 + (label "CANL" 2060 + (at 36.83 104.14 0) 2061 + (effects 2062 + (font 2063 + (size 1.27 1.27) 2064 + ) 2065 + (justify left bottom) 2066 + ) 2067 + (uuid "f7220327-f7a2-40ea-ad81-d7d01d6f4ecd") 2068 + ) 2069 + (hierarchical_label "INT" 2070 + (shape output) 2071 + (at 62.23 54.61 0) 2072 + (effects 2073 + (font 2074 + (size 1.27 1.27) 2075 + ) 2076 + (justify left) 2077 + ) 2078 + (uuid "0dd0913b-cc34-450a-ae1e-25c59f11edde") 2079 + ) 2080 + (hierarchical_label "MOSI" 2081 + (shape input) 2082 + (at 29.21 44.45 180) 2083 + (effects 2084 + (font 2085 + (size 1.27 1.27) 2086 + ) 2087 + (justify right) 2088 + ) 2089 + (uuid "32070abf-ef5f-46d4-9ada-bb88702a7988") 2090 + ) 2091 + (hierarchical_label "CANH" 2092 + (shape bidirectional) 2093 + (at 30.48 85.09 270) 2094 + (effects 2095 + (font 2096 + (size 1.27 1.27) 2097 + ) 2098 + (justify right) 2099 + ) 2100 + (uuid "330be599-b0df-4fa1-adce-6b91579a485a") 2101 + ) 2102 + (hierarchical_label "MISO" 2103 + (shape output) 2104 + (at 29.21 46.99 180) 2105 + (effects 2106 + (font 2107 + (size 1.27 1.27) 2108 + ) 2109 + (justify right) 2110 + ) 2111 + (uuid "5e43436e-df70-4d5e-a298-ff56a44d8a59") 2112 + ) 2113 + (hierarchical_label "CANL" 2114 + (shape bidirectional) 2115 + (at 34.29 85.09 270) 2116 + (effects 2117 + (font 2118 + (size 1.27 1.27) 2119 + ) 2120 + (justify right) 2121 + ) 2122 + (uuid "8af33aa7-6405-4d00-95d5-284b72577265") 2123 + ) 2124 + (hierarchical_label "SCLK" 2125 + (shape input) 2126 + (at 29.21 52.07 180) 2127 + (effects 2128 + (font 2129 + (size 1.27 1.27) 2130 + ) 2131 + (justify right) 2132 + ) 2133 + (uuid "9b9ca54f-7da9-4ae2-9bc0-a7748fc5dc3e") 2134 + ) 2135 + (hierarchical_label "CS" 2136 + (shape input) 2137 + (at 29.21 49.53 180) 2138 + (effects 2139 + (font 2140 + (size 1.27 1.27) 2141 + ) 2142 + (justify right) 2143 + ) 2144 + (uuid "c34da13e-76bc-4f35-8fc8-f8f76e3d0b4a") 2145 + ) 2146 + (symbol 2147 + (lib_id "power:GND") 2148 + (at 88.9 36.83 0) 2149 + (unit 1) 2150 + (exclude_from_sim no) 2151 + (in_bom yes) 2152 + (on_board yes) 2153 + (dnp no) 2154 + (fields_autoplaced yes) 2155 + (uuid "0107de66-a010-40d0-8187-a2398321507d") 2156 + (property "Reference" "#PWR06" 2157 + (at 88.9 43.18 0) 2158 + (effects 2159 + (font 2160 + (size 1.27 1.27) 2161 + ) 2162 + (hide yes) 2163 + ) 2164 + ) 2165 + (property "Value" "GND" 2166 + (at 88.9 41.91 0) 2167 + (effects 2168 + (font 2169 + (size 1.27 1.27) 2170 + ) 2171 + ) 2172 + ) 2173 + (property "Footprint" "" 2174 + (at 88.9 36.83 0) 2175 + (effects 2176 + (font 2177 + (size 1.27 1.27) 2178 + ) 2179 + (hide yes) 2180 + ) 2181 + ) 2182 + (property "Datasheet" "" 2183 + (at 88.9 36.83 0) 2184 + (effects 2185 + (font 2186 + (size 1.27 1.27) 2187 + ) 2188 + (hide yes) 2189 + ) 2190 + ) 2191 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2192 + (at 88.9 36.83 0) 2193 + (effects 2194 + (font 2195 + (size 1.27 1.27) 2196 + ) 2197 + (hide yes) 2198 + ) 2199 + ) 2200 + (pin "1" 2201 + (uuid "8b7b24ca-f8f0-475a-a202-8a459d2ad8b2") 2202 + ) 2203 + (instances 2204 + (project "can-hat" 2205 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2206 + (reference "#PWR016") 2207 + (unit 1) 2208 + ) 2209 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2210 + (reference "#PWR028") 2211 + (unit 1) 2212 + ) 2213 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2214 + (reference "#PWR06") 2215 + (unit 1) 2216 + ) 2217 + ) 2218 + ) 2219 + ) 2220 + (symbol 2221 + (lib_id "power:+3.3V") 2222 + (at 100.33 27.94 0) 2223 + (unit 1) 2224 + (exclude_from_sim no) 2225 + (in_bom yes) 2226 + (on_board yes) 2227 + (dnp no) 2228 + (fields_autoplaced yes) 2229 + (uuid "0180cdf6-11e3-4612-9732-707c34bdc97c") 2230 + (property "Reference" "#PWR03" 2231 + (at 100.33 31.75 0) 2232 + (effects 2233 + (font 2234 + (size 1.27 1.27) 2235 + ) 2236 + (hide yes) 2237 + ) 2238 + ) 2239 + (property "Value" "+3.3V" 2240 + (at 100.33 22.86 0) 2241 + (effects 2242 + (font 2243 + (size 1.27 1.27) 2244 + ) 2245 + ) 2246 + ) 2247 + (property "Footprint" "" 2248 + (at 100.33 27.94 0) 2249 + (effects 2250 + (font 2251 + (size 1.27 1.27) 2252 + ) 2253 + (hide yes) 2254 + ) 2255 + ) 2256 + (property "Datasheet" "" 2257 + (at 100.33 27.94 0) 2258 + (effects 2259 + (font 2260 + (size 1.27 1.27) 2261 + ) 2262 + (hide yes) 2263 + ) 2264 + ) 2265 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 2266 + (at 100.33 27.94 0) 2267 + (effects 2268 + (font 2269 + (size 1.27 1.27) 2270 + ) 2271 + (hide yes) 2272 + ) 2273 + ) 2274 + (pin "1" 2275 + (uuid "0d64e8d3-4c49-434e-8462-0e37fefb4619") 2276 + ) 2277 + (instances 2278 + (project "can-hat" 2279 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2280 + (reference "#PWR018") 2281 + (unit 1) 2282 + ) 2283 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2284 + (reference "#PWR030") 2285 + (unit 1) 2286 + ) 2287 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2288 + (reference "#PWR03") 2289 + (unit 1) 2290 + ) 2291 + ) 2292 + ) 2293 + ) 2294 + (symbol 2295 + (lib_id "Oscillator:ASCO") 2296 + (at 90.17 53.34 0) 2297 + (unit 1) 2298 + (exclude_from_sim no) 2299 + (in_bom yes) 2300 + (on_board yes) 2301 + (dnp no) 2302 + (uuid "058a522f-becb-4533-a845-d20f48132ea7") 2303 + (property "Reference" "Y1" 2304 + (at 81.28 42.164 0) 2305 + (effects 2306 + (font 2307 + (size 1.27 1.27) 2308 + ) 2309 + ) 2310 + ) 2311 + (property "Value" "40MHZ Oscillator" 2312 + (at 81.28 44.704 0) 2313 + (effects 2314 + (font 2315 + (size 1.27 1.27) 2316 + ) 2317 + ) 2318 + ) 2319 + (property "Footprint" "Oscillator:Oscillator_SMD_Abracon_ASCO-4Pin_1.6x1.2mm" 2320 + (at 92.71 62.23 0) 2321 + (effects 2322 + (font 2323 + (size 1.27 1.27) 2324 + ) 2325 + (hide yes) 2326 + ) 2327 + ) 2328 + (property "Datasheet" "https://abracon.com/Oscillators/ASCO.pdf" 2329 + (at 84.455 50.165 0) 2330 + (effects 2331 + (font 2332 + (size 1.27 1.27) 2333 + ) 2334 + (hide yes) 2335 + ) 2336 + ) 2337 + (property "Description" "Crystal Clock Oscillator, Abracon ASCO" 2338 + (at 90.17 53.34 0) 2339 + (effects 2340 + (font 2341 + (size 1.27 1.27) 2342 + ) 2343 + (hide yes) 2344 + ) 2345 + ) 2346 + (pin "2" 2347 + (uuid "86b19d01-9746-4a61-98a5-f7b74d9ee020") 2348 + ) 2349 + (pin "4" 2350 + (uuid "5b524206-ab0a-4d70-94b0-445c278bff0b") 2351 + ) 2352 + (pin "3" 2353 + (uuid "56e93a80-1906-44da-bc30-0c1536fed875") 2354 + ) 2355 + (pin "1" 2356 + (uuid "3bb01e7f-2f26-4d61-9a71-7c050529a288") 2357 + ) 2358 + (instances 2359 + (project "can-hat" 2360 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2361 + (reference "Y2") 2362 + (unit 1) 2363 + ) 2364 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2365 + (reference "Y3") 2366 + (unit 1) 2367 + ) 2368 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2369 + (reference "Y1") 2370 + (unit 1) 2371 + ) 2372 + ) 2373 + ) 2374 + ) 2375 + (symbol 2376 + (lib_id "power:+3.3V") 2377 + (at 114.3 50.8 0) 2378 + (unit 1) 2379 + (exclude_from_sim no) 2380 + (in_bom yes) 2381 + (on_board yes) 2382 + (dnp no) 2383 + (fields_autoplaced yes) 2384 + (uuid "0dde4475-c275-4a49-9b3b-c3692c6bfc65") 2385 + (property "Reference" "#PWR011" 2386 + (at 114.3 54.61 0) 2387 + (effects 2388 + (font 2389 + (size 1.27 1.27) 2390 + ) 2391 + (hide yes) 2392 + ) 2393 + ) 2394 + (property "Value" "+3.3V" 2395 + (at 114.3 45.72 0) 2396 + (effects 2397 + (font 2398 + (size 1.27 1.27) 2399 + ) 2400 + ) 2401 + ) 2402 + (property "Footprint" "" 2403 + (at 114.3 50.8 0) 2404 + (effects 2405 + (font 2406 + (size 1.27 1.27) 2407 + ) 2408 + (hide yes) 2409 + ) 2410 + ) 2411 + (property "Datasheet" "" 2412 + (at 114.3 50.8 0) 2413 + (effects 2414 + (font 2415 + (size 1.27 1.27) 2416 + ) 2417 + (hide yes) 2418 + ) 2419 + ) 2420 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 2421 + (at 114.3 50.8 0) 2422 + (effects 2423 + (font 2424 + (size 1.27 1.27) 2425 + ) 2426 + (hide yes) 2427 + ) 2428 + ) 2429 + (pin "1" 2430 + (uuid "62651058-193f-44b1-82ce-36bf351adfd1") 2431 + ) 2432 + (instances 2433 + (project "can-hat" 2434 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2435 + (reference "#PWR019") 2436 + (unit 1) 2437 + ) 2438 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2439 + (reference "#PWR031") 2440 + (unit 1) 2441 + ) 2442 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2443 + (reference "#PWR011") 2444 + (unit 1) 2445 + ) 2446 + ) 2447 + ) 2448 + ) 2449 + (symbol 2450 + (lib_id "Device:R_Small") 2451 + (at 124.46 60.96 0) 2452 + (unit 1) 2453 + (exclude_from_sim no) 2454 + (in_bom yes) 2455 + (on_board yes) 2456 + (dnp no) 2457 + (fields_autoplaced yes) 2458 + (uuid "4130b5bb-0ecd-4320-b9cd-24ccd74e2148") 2459 + (property "Reference" "R1" 2460 + (at 127 59.6899 0) 2461 + (effects 2462 + (font 2463 + (size 1.016 1.016) 2464 + ) 2465 + (justify left) 2466 + ) 2467 + ) 2468 + (property "Value" "10kΩ" 2469 + (at 127 62.2299 0) 2470 + (effects 2471 + (font 2472 + (size 1.27 1.27) 2473 + ) 2474 + (justify left) 2475 + ) 2476 + ) 2477 + (property "Footprint" "" 2478 + (at 124.46 60.96 0) 2479 + (effects 2480 + (font 2481 + (size 1.27 1.27) 2482 + ) 2483 + (hide yes) 2484 + ) 2485 + ) 2486 + (property "Datasheet" "~" 2487 + (at 124.46 60.96 0) 2488 + (effects 2489 + (font 2490 + (size 1.27 1.27) 2491 + ) 2492 + (hide yes) 2493 + ) 2494 + ) 2495 + (property "Description" "Resistor, small symbol" 2496 + (at 124.46 60.96 0) 2497 + (effects 2498 + (font 2499 + (size 1.27 1.27) 2500 + ) 2501 + (hide yes) 2502 + ) 2503 + ) 2504 + (pin "1" 2505 + (uuid "049001ab-f683-444f-8114-faf02654d7e5") 2506 + ) 2507 + (pin "2" 2508 + (uuid "22169ec2-6358-48f3-a06c-be6fa03f992b") 2509 + ) 2510 + (instances 2511 + (project "can-hat" 2512 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2513 + (reference "R4") 2514 + (unit 1) 2515 + ) 2516 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2517 + (reference "R6") 2518 + (unit 1) 2519 + ) 2520 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2521 + (reference "R1") 2522 + (unit 1) 2523 + ) 2524 + ) 2525 + ) 2526 + ) 2527 + (symbol 2528 + (lib_id "power:GND") 2529 + (at 124.46 64.77 0) 2530 + (unit 1) 2531 + (exclude_from_sim no) 2532 + (in_bom yes) 2533 + (on_board yes) 2534 + (dnp no) 2535 + (fields_autoplaced yes) 2536 + (uuid "64feaa13-80da-4f24-8544-930e783d5bca") 2537 + (property "Reference" "#PWR012" 2538 + (at 124.46 71.12 0) 2539 + (effects 2540 + (font 2541 + (size 1.27 1.27) 2542 + ) 2543 + (hide yes) 2544 + ) 2545 + ) 2546 + (property "Value" "GND" 2547 + (at 124.46 69.85 0) 2548 + (effects 2549 + (font 2550 + (size 1.27 1.27) 2551 + ) 2552 + ) 2553 + ) 2554 + (property "Footprint" "" 2555 + (at 124.46 64.77 0) 2556 + (effects 2557 + (font 2558 + (size 1.27 1.27) 2559 + ) 2560 + (hide yes) 2561 + ) 2562 + ) 2563 + (property "Datasheet" "" 2564 + (at 124.46 64.77 0) 2565 + (effects 2566 + (font 2567 + (size 1.27 1.27) 2568 + ) 2569 + (hide yes) 2570 + ) 2571 + ) 2572 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2573 + (at 124.46 64.77 0) 2574 + (effects 2575 + (font 2576 + (size 1.27 1.27) 2577 + ) 2578 + (hide yes) 2579 + ) 2580 + ) 2581 + (pin "1" 2582 + (uuid "3ec16862-4b38-434c-88c1-a78a975cdf17") 2583 + ) 2584 + (instances 2585 + (project "can-hat" 2586 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2587 + (reference "#PWR021") 2588 + (unit 1) 2589 + ) 2590 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2591 + (reference "#PWR033") 2592 + (unit 1) 2593 + ) 2594 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2595 + (reference "#PWR012") 2596 + (unit 1) 2597 + ) 2598 + ) 2599 + ) 2600 + ) 2601 + (symbol 2602 + (lib_id "power:GND") 2603 + (at 90.17 62.23 0) 2604 + (unit 1) 2605 + (exclude_from_sim no) 2606 + (in_bom yes) 2607 + (on_board yes) 2608 + (dnp no) 2609 + (fields_autoplaced yes) 2610 + (uuid "6af64da4-684c-4143-af95-565892b91dd5") 2611 + (property "Reference" "#PWR04" 2612 + (at 90.17 68.58 0) 2613 + (effects 2614 + (font 2615 + (size 1.27 1.27) 2616 + ) 2617 + (hide yes) 2618 + ) 2619 + ) 2620 + (property "Value" "GND" 2621 + (at 90.17 67.31 0) 2622 + (effects 2623 + (font 2624 + (size 1.27 1.27) 2625 + ) 2626 + ) 2627 + ) 2628 + (property "Footprint" "" 2629 + (at 90.17 62.23 0) 2630 + (effects 2631 + (font 2632 + (size 1.27 1.27) 2633 + ) 2634 + (hide yes) 2635 + ) 2636 + ) 2637 + (property "Datasheet" "" 2638 + (at 90.17 62.23 0) 2639 + (effects 2640 + (font 2641 + (size 1.27 1.27) 2642 + ) 2643 + (hide yes) 2644 + ) 2645 + ) 2646 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2647 + (at 90.17 62.23 0) 2648 + (effects 2649 + (font 2650 + (size 1.27 1.27) 2651 + ) 2652 + (hide yes) 2653 + ) 2654 + ) 2655 + (pin "1" 2656 + (uuid "9a1b809e-a7a2-450a-9e2d-464c111ee99d") 2657 + ) 2658 + (instances 2659 + (project "can-hat" 2660 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2661 + (reference "#PWR017") 2662 + (unit 1) 2663 + ) 2664 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2665 + (reference "#PWR029") 2666 + (unit 1) 2667 + ) 2668 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2669 + (reference "#PWR04") 2670 + (unit 1) 2671 + ) 2672 + ) 2673 + ) 2674 + ) 2675 + (symbol 2676 + (lib_id "power:GND") 2677 + (at 114.3 59.69 0) 2678 + (unit 1) 2679 + (exclude_from_sim no) 2680 + (in_bom yes) 2681 + (on_board yes) 2682 + (dnp no) 2683 + (fields_autoplaced yes) 2684 + (uuid "7519c595-9c10-4dec-aed5-43f5e6fbadc3") 2685 + (property "Reference" "#PWR010" 2686 + (at 114.3 66.04 0) 2687 + (effects 2688 + (font 2689 + (size 1.27 1.27) 2690 + ) 2691 + (hide yes) 2692 + ) 2693 + ) 2694 + (property "Value" "GND" 2695 + (at 114.3 64.77 0) 2696 + (effects 2697 + (font 2698 + (size 1.27 1.27) 2699 + ) 2700 + ) 2701 + ) 2702 + (property "Footprint" "" 2703 + (at 114.3 59.69 0) 2704 + (effects 2705 + (font 2706 + (size 1.27 1.27) 2707 + ) 2708 + (hide yes) 2709 + ) 2710 + ) 2711 + (property "Datasheet" "" 2712 + (at 114.3 59.69 0) 2713 + (effects 2714 + (font 2715 + (size 1.27 1.27) 2716 + ) 2717 + (hide yes) 2718 + ) 2719 + ) 2720 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2721 + (at 114.3 59.69 0) 2722 + (effects 2723 + (font 2724 + (size 1.27 1.27) 2725 + ) 2726 + (hide yes) 2727 + ) 2728 + ) 2729 + (pin "1" 2730 + (uuid "95a65c72-d1d8-4d93-8abc-b734cb66dca3") 2731 + ) 2732 + (instances 2733 + (project "can-hat" 2734 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2735 + (reference "#PWR020") 2736 + (unit 1) 2737 + ) 2738 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2739 + (reference "#PWR032") 2740 + (unit 1) 2741 + ) 2742 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2743 + (reference "#PWR010") 2744 + (unit 1) 2745 + ) 2746 + ) 2747 + ) 2748 + ) 2749 + (symbol 2750 + (lib_id "Interface_CAN_LIN:MCP2518FD-xQBB") 2751 + (at 45.72 52.07 0) 2752 + (unit 1) 2753 + (exclude_from_sim no) 2754 + (in_bom yes) 2755 + (on_board yes) 2756 + (dnp no) 2757 + (fields_autoplaced yes) 2758 + (uuid "7e7e047d-0ef5-4af2-bf19-3b408467b531") 2759 + (property "Reference" "U1" 2760 + (at 47.8633 36.83 0) 2761 + (effects 2762 + (font 2763 + (size 1.27 1.27) 2764 + ) 2765 + (justify left) 2766 + ) 2767 + ) 2768 + (property "Value" "MCP2518FD-xQBB" 2769 + (at 47.8633 39.37 0) 2770 + (effects 2771 + (font 2772 + (size 1.27 1.27) 2773 + ) 2774 + (justify left) 2775 + ) 2776 + ) 2777 + (property "Footprint" "PCM_JLCPCB:SOIC-14_L8.7-W3.9-P1.27-LS6.0-BL" 2778 + (at 46.99 66.04 0) 2779 + (effects 2780 + (font 2781 + (size 1.27 1.27) 2782 + ) 2783 + (justify left) 2784 + (hide yes) 2785 + ) 2786 + ) 2787 + (property "Datasheet" "https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/External-CAN-FD-Controller-with-SPI-Interface-DS20006027B.pdf" 2788 + (at 46.99 68.58 0) 2789 + (effects 2790 + (font 2791 + (size 1.27 1.27) 2792 + ) 2793 + (justify left) 2794 + (hide yes) 2795 + ) 2796 + ) 2797 + (property "Description" "CAN FD Controller with SPI Interface, up to 8 Mbps, Vdd 2.7..5.5V, functional safety ready, VDFN-14" 2798 + (at 45.72 52.07 0) 2799 + (effects 2800 + (font 2801 + (size 1.27 1.27) 2802 + ) 2803 + (hide yes) 2804 + ) 2805 + ) 2806 + (pin "8" 2807 + (uuid "5aa72362-0b9e-4c53-8cf7-5f006b36e3dd") 2808 + ) 2809 + (pin "9" 2810 + (uuid "e1ce095a-d2a8-470d-9a07-5b62a70469ef") 2811 + ) 2812 + (pin "4" 2813 + (uuid "41337ca3-eb05-4435-9ee9-6343c4fbfdfc") 2814 + ) 2815 + (pin "3" 2816 + (uuid "75009010-b833-45ce-9b5e-c725d8382bb7") 2817 + ) 2818 + (pin "1" 2819 + (uuid "0f79de32-b901-41f2-bf43-fa82c329b7c0") 2820 + ) 2821 + (pin "2" 2822 + (uuid "e65a2a39-802c-42ea-a3d2-be5b0fefa43d") 2823 + ) 2824 + (pin "7" 2825 + (uuid "2f30720d-b322-4d0a-a0db-6be8ab0d2b87") 2826 + ) 2827 + (pin "15" 2828 + (uuid "f81b6419-60a0-4450-be55-63a763a56c5c") 2829 + ) 2830 + (pin "14" 2831 + (uuid "29695769-d075-4076-a42c-c0044360a818") 2832 + ) 2833 + (pin "6" 2834 + (uuid "afdf177b-7e29-49f4-a8eb-f6f50e1881da") 2835 + ) 2836 + (pin "5" 2837 + (uuid "3e894050-2618-4485-81f4-4639fb3844fe") 2838 + ) 2839 + (pin "10" 2840 + (uuid "0179b289-855f-46b8-94b3-4d073c5d679a") 2841 + ) 2842 + (pin "13" 2843 + (uuid "374ad177-8f7e-4fd0-b4e1-3c0fc7c2c441") 2844 + ) 2845 + (pin "12" 2846 + (uuid "069e495b-44d5-4054-b32d-604cd936a034") 2847 + ) 2848 + (pin "11" 2849 + (uuid "b11f4b1c-63c8-4dc5-bc8e-26fbeb85a8b9") 2850 + ) 2851 + (instances 2852 + (project "can-hat" 2853 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2854 + (reference "U3") 2855 + (unit 1) 2856 + ) 2857 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2858 + (reference "U5") 2859 + (unit 1) 2860 + ) 2861 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2862 + (reference "U1") 2863 + (unit 1) 2864 + ) 2865 + ) 2866 + ) 2867 + ) 2868 + (symbol 2869 + (lib_id "power:GND") 2870 + (at 34.29 34.29 0) 2871 + (unit 1) 2872 + (exclude_from_sim no) 2873 + (in_bom yes) 2874 + (on_board yes) 2875 + (dnp no) 2876 + (fields_autoplaced yes) 2877 + (uuid "87ad5a76-e8fd-41fe-9242-edf7f8373f9c") 2878 + (property "Reference" "#PWR05" 2879 + (at 34.29 40.64 0) 2880 + (effects 2881 + (font 2882 + (size 1.27 1.27) 2883 + ) 2884 + (hide yes) 2885 + ) 2886 + ) 2887 + (property "Value" "GND" 2888 + (at 34.29 39.37 0) 2889 + (effects 2890 + (font 2891 + (size 1.27 1.27) 2892 + ) 2893 + ) 2894 + ) 2895 + (property "Footprint" "" 2896 + (at 34.29 34.29 0) 2897 + (effects 2898 + (font 2899 + (size 1.27 1.27) 2900 + ) 2901 + (hide yes) 2902 + ) 2903 + ) 2904 + (property "Datasheet" "" 2905 + (at 34.29 34.29 0) 2906 + (effects 2907 + (font 2908 + (size 1.27 1.27) 2909 + ) 2910 + (hide yes) 2911 + ) 2912 + ) 2913 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2914 + (at 34.29 34.29 0) 2915 + (effects 2916 + (font 2917 + (size 1.27 1.27) 2918 + ) 2919 + (hide yes) 2920 + ) 2921 + ) 2922 + (pin "1" 2923 + (uuid "70e128cf-6788-491d-bc3b-39998d3e6294") 2924 + ) 2925 + (instances 2926 + (project "can-hat" 2927 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2928 + (reference "#PWR013") 2929 + (unit 1) 2930 + ) 2931 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2932 + (reference "#PWR025") 2933 + (unit 1) 2934 + ) 2935 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 2936 + (reference "#PWR05") 2937 + (unit 1) 2938 + ) 2939 + ) 2940 + ) 2941 + ) 2942 + (symbol 2943 + (lib_id "power:+3.3V") 2944 + (at 45.72 25.4 0) 2945 + (unit 1) 2946 + (exclude_from_sim no) 2947 + (in_bom yes) 2948 + (on_board yes) 2949 + (dnp no) 2950 + (fields_autoplaced yes) 2951 + (uuid "a354774d-b490-4698-9a4b-081306956255") 2952 + (property "Reference" "#PWR01" 2953 + (at 45.72 29.21 0) 2954 + (effects 2955 + (font 2956 + (size 1.27 1.27) 2957 + ) 2958 + (hide yes) 2959 + ) 2960 + ) 2961 + (property "Value" "+3.3V" 2962 + (at 45.72 20.32 0) 2963 + (effects 2964 + (font 2965 + (size 1.27 1.27) 2966 + ) 2967 + ) 2968 + ) 2969 + (property "Footprint" "" 2970 + (at 45.72 25.4 0) 2971 + (effects 2972 + (font 2973 + (size 1.27 1.27) 2974 + ) 2975 + (hide yes) 2976 + ) 2977 + ) 2978 + (property "Datasheet" "" 2979 + (at 45.72 25.4 0) 2980 + (effects 2981 + (font 2982 + (size 1.27 1.27) 2983 + ) 2984 + (hide yes) 2985 + ) 2986 + ) 2987 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 2988 + (at 45.72 25.4 0) 2989 + (effects 2990 + (font 2991 + (size 1.27 1.27) 2992 + ) 2993 + (hide yes) 2994 + ) 2995 + ) 2996 + (pin "1" 2997 + (uuid "57ccbd1a-53c1-4159-9afc-3ef81f3e4712") 2998 + ) 2999 + (instances 3000 + (project "can-hat" 3001 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3002 + (reference "#PWR014") 3003 + (unit 1) 3004 + ) 3005 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3006 + (reference "#PWR026") 3007 + (unit 1) 3008 + ) 3009 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3010 + (reference "#PWR01") 3011 + (unit 1) 3012 + ) 3013 + ) 3014 + ) 3015 + ) 3016 + (symbol 3017 + (lib_id "Device:R") 3018 + (at 31.75 104.14 270) 3019 + (unit 1) 3020 + (exclude_from_sim no) 3021 + (in_bom yes) 3022 + (on_board yes) 3023 + (dnp no) 3024 + (fields_autoplaced yes) 3025 + (uuid "ad5e0a1d-ae4e-4568-8fce-c54d35951fbb") 3026 + (property "Reference" "R2" 3027 + (at 31.75 97.79 90) 3028 + (effects 3029 + (font 3030 + (size 1.27 1.27) 3031 + ) 3032 + ) 3033 + ) 3034 + (property "Value" "120Ω" 3035 + (at 31.75 100.33 90) 3036 + (effects 3037 + (font 3038 + (size 1.27 1.27) 3039 + ) 3040 + ) 3041 + ) 3042 + (property "Footprint" "" 3043 + (at 31.75 102.362 90) 3044 + (effects 3045 + (font 3046 + (size 1.27 1.27) 3047 + ) 3048 + (hide yes) 3049 + ) 3050 + ) 3051 + (property "Datasheet" "~" 3052 + (at 31.75 104.14 0) 3053 + (effects 3054 + (font 3055 + (size 1.27 1.27) 3056 + ) 3057 + (hide yes) 3058 + ) 3059 + ) 3060 + (property "Description" "Resistor" 3061 + (at 31.75 104.14 0) 3062 + (effects 3063 + (font 3064 + (size 1.27 1.27) 3065 + ) 3066 + (hide yes) 3067 + ) 3068 + ) 3069 + (pin "1" 3070 + (uuid "d0f3ac9f-aaae-44e9-a2e0-8017f38392e2") 3071 + ) 3072 + (pin "2" 3073 + (uuid "c7c26cbb-28fd-4843-ae11-4a21d176f19e") 3074 + ) 3075 + (instances 3076 + (project "can-hat" 3077 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3078 + (reference "R3") 3079 + (unit 1) 3080 + ) 3081 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3082 + (reference "R5") 3083 + (unit 1) 3084 + ) 3085 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3086 + (reference "R2") 3087 + (unit 1) 3088 + ) 3089 + ) 3090 + ) 3091 + ) 3092 + (symbol 3093 + (lib_id "Device:C_Small") 3094 + (at 34.29 30.48 0) 3095 + (unit 1) 3096 + (exclude_from_sim no) 3097 + (in_bom yes) 3098 + (on_board yes) 3099 + (dnp no) 3100 + (fields_autoplaced yes) 3101 + (uuid "b29e40fc-7b6a-4b68-82b8-2bd0d8d439e8") 3102 + (property "Reference" "C1" 3103 + (at 36.83 29.2162 0) 3104 + (effects 3105 + (font 3106 + (size 1.27 1.27) 3107 + ) 3108 + (justify left) 3109 + ) 3110 + ) 3111 + (property "Value" "100nF" 3112 + (at 36.83 31.7562 0) 3113 + (effects 3114 + (font 3115 + (size 1.27 1.27) 3116 + ) 3117 + (justify left) 3118 + ) 3119 + ) 3120 + (property "Footprint" "" 3121 + (at 34.29 30.48 0) 3122 + (effects 3123 + (font 3124 + (size 1.27 1.27) 3125 + ) 3126 + (hide yes) 3127 + ) 3128 + ) 3129 + (property "Datasheet" "~" 3130 + (at 34.29 30.48 0) 3131 + (effects 3132 + (font 3133 + (size 1.27 1.27) 3134 + ) 3135 + (hide yes) 3136 + ) 3137 + ) 3138 + (property "Description" "Unpolarized capacitor, small symbol" 3139 + (at 34.29 30.48 0) 3140 + (effects 3141 + (font 3142 + (size 1.27 1.27) 3143 + ) 3144 + (hide yes) 3145 + ) 3146 + ) 3147 + (pin "2" 3148 + (uuid "6289f46d-2caf-4edf-8d6c-97c87f850fc3") 3149 + ) 3150 + (pin "1" 3151 + (uuid "e2c1395c-a379-4129-ac22-5a869d3c4137") 3152 + ) 3153 + (instances 3154 + (project "can-hat" 3155 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3156 + (reference "C5") 3157 + (unit 1) 3158 + ) 3159 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3160 + (reference "C9") 3161 + (unit 1) 3162 + ) 3163 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3164 + (reference "C1") 3165 + (unit 1) 3166 + ) 3167 + ) 3168 + ) 3169 + ) 3170 + (symbol 3171 + (lib_id "Interface_CAN_LIN:MCP2562-E-SN") 3172 + (at 137.16 49.53 0) 3173 + (unit 1) 3174 + (exclude_from_sim no) 3175 + (in_bom yes) 3176 + (on_board yes) 3177 + (dnp no) 3178 + (fields_autoplaced yes) 3179 + (uuid "c5038975-6dd9-41fc-912e-849e51105138") 3180 + (property "Reference" "U2" 3181 + (at 139.3033 36.83 0) 3182 + (effects 3183 + (font 3184 + (size 1.27 1.27) 3185 + ) 3186 + (justify left) 3187 + ) 3188 + ) 3189 + (property "Value" "MCP2562FD-E/SN" 3190 + (at 139.3033 39.37 0) 3191 + (effects 3192 + (font 3193 + (size 1.27 1.27) 3194 + ) 3195 + (justify left) 3196 + ) 3197 + ) 3198 + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" 3199 + (at 137.16 62.23 0) 3200 + (effects 3201 + (font 3202 + (size 1.27 1.27) 3203 + (italic yes) 3204 + ) 3205 + (hide yes) 3206 + ) 3207 + ) 3208 + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/25167A.pdf" 3209 + (at 137.16 49.53 0) 3210 + (effects 3211 + (font 3212 + (size 1.27 1.27) 3213 + ) 3214 + (hide yes) 3215 + ) 3216 + ) 3217 + (property "Description" "High-Speed CAN Transceiver, 1Mbps, 5V supply, Vio pin, -40C to +125C, SOIC-8" 3218 + (at 137.16 49.53 0) 3219 + (effects 3220 + (font 3221 + (size 1.27 1.27) 3222 + ) 3223 + (hide yes) 3224 + ) 3225 + ) 3226 + (pin "4" 3227 + (uuid "f6d952c3-bc13-466d-96d0-38d5399bcb51") 3228 + ) 3229 + (pin "5" 3230 + (uuid "602b1a0a-8b08-4720-8952-3f2b544e55fc") 3231 + ) 3232 + (pin "3" 3233 + (uuid "6606045c-58c9-4d62-a2fc-abad343a17c9") 3234 + ) 3235 + (pin "7" 3236 + (uuid "d7469eec-0b59-4447-871f-8dcd414d385a") 3237 + ) 3238 + (pin "1" 3239 + (uuid "e8b5c91a-4434-41e3-b313-ac1372a3c3b8") 3240 + ) 3241 + (pin "6" 3242 + (uuid "f7c987da-2917-405d-a165-2e96b5b85319") 3243 + ) 3244 + (pin "2" 3245 + (uuid "ad8d35fc-378f-431c-9f17-fdd10e532d3b") 3246 + ) 3247 + (pin "8" 3248 + (uuid "3009647b-35b0-45e3-a3f4-f5e117d5d36c") 3249 + ) 3250 + (instances 3251 + (project "can-hat" 3252 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3253 + (reference "U4") 3254 + (unit 1) 3255 + ) 3256 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3257 + (reference "U6") 3258 + (unit 1) 3259 + ) 3260 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3261 + (reference "U2") 3262 + (unit 1) 3263 + ) 3264 + ) 3265 + ) 3266 + ) 3267 + (symbol 3268 + (lib_id "power:GND") 3269 + (at 125.73 34.29 0) 3270 + (unit 1) 3271 + (exclude_from_sim no) 3272 + (in_bom yes) 3273 + (on_board yes) 3274 + (dnp no) 3275 + (fields_autoplaced yes) 3276 + (uuid "d0492d70-e5c8-4983-bb9c-17f57a98a14d") 3277 + (property "Reference" "#PWR07" 3278 + (at 125.73 40.64 0) 3279 + (effects 3280 + (font 3281 + (size 1.27 1.27) 3282 + ) 3283 + (hide yes) 3284 + ) 3285 + ) 3286 + (property "Value" "GND" 3287 + (at 125.73 39.37 0) 3288 + (effects 3289 + (font 3290 + (size 1.27 1.27) 3291 + ) 3292 + ) 3293 + ) 3294 + (property "Footprint" "" 3295 + (at 125.73 34.29 0) 3296 + (effects 3297 + (font 3298 + (size 1.27 1.27) 3299 + ) 3300 + (hide yes) 3301 + ) 3302 + ) 3303 + (property "Datasheet" "" 3304 + (at 125.73 34.29 0) 3305 + (effects 3306 + (font 3307 + (size 1.27 1.27) 3308 + ) 3309 + (hide yes) 3310 + ) 3311 + ) 3312 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3313 + (at 125.73 34.29 0) 3314 + (effects 3315 + (font 3316 + (size 1.27 1.27) 3317 + ) 3318 + (hide yes) 3319 + ) 3320 + ) 3321 + (pin "1" 3322 + (uuid "759b2fc1-d9dc-4461-abf6-b95d0c2c37f7") 3323 + ) 3324 + (instances 3325 + (project "can-hat" 3326 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3327 + (reference "#PWR022") 3328 + (unit 1) 3329 + ) 3330 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3331 + (reference "#PWR034") 3332 + (unit 1) 3333 + ) 3334 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3335 + (reference "#PWR07") 3336 + (unit 1) 3337 + ) 3338 + ) 3339 + ) 3340 + ) 3341 + (symbol 3342 + (lib_id "power:GND") 3343 + (at 45.72 66.04 0) 3344 + (unit 1) 3345 + (exclude_from_sim no) 3346 + (in_bom yes) 3347 + (on_board yes) 3348 + (dnp no) 3349 + (fields_autoplaced yes) 3350 + (uuid "d38c46e3-261e-4b5b-bbbf-97f55930e10b") 3351 + (property "Reference" "#PWR02" 3352 + (at 45.72 72.39 0) 3353 + (effects 3354 + (font 3355 + (size 1.27 1.27) 3356 + ) 3357 + (hide yes) 3358 + ) 3359 + ) 3360 + (property "Value" "GND" 3361 + (at 45.72 71.12 0) 3362 + (effects 3363 + (font 3364 + (size 1.27 1.27) 3365 + ) 3366 + ) 3367 + ) 3368 + (property "Footprint" "" 3369 + (at 45.72 66.04 0) 3370 + (effects 3371 + (font 3372 + (size 1.27 1.27) 3373 + ) 3374 + (hide yes) 3375 + ) 3376 + ) 3377 + (property "Datasheet" "" 3378 + (at 45.72 66.04 0) 3379 + (effects 3380 + (font 3381 + (size 1.27 1.27) 3382 + ) 3383 + (hide yes) 3384 + ) 3385 + ) 3386 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3387 + (at 45.72 66.04 0) 3388 + (effects 3389 + (font 3390 + (size 1.27 1.27) 3391 + ) 3392 + (hide yes) 3393 + ) 3394 + ) 3395 + (pin "1" 3396 + (uuid "0837d0e0-df13-4846-91d8-a3ad5d8ceb54") 3397 + ) 3398 + (instances 3399 + (project "can-hat" 3400 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3401 + (reference "#PWR015") 3402 + (unit 1) 3403 + ) 3404 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3405 + (reference "#PWR027") 3406 + (unit 1) 3407 + ) 3408 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3409 + (reference "#PWR02") 3410 + (unit 1) 3411 + ) 3412 + ) 3413 + ) 3414 + ) 3415 + (symbol 3416 + (lib_id "Device:C_Small") 3417 + (at 125.73 30.48 0) 3418 + (unit 1) 3419 + (exclude_from_sim no) 3420 + (in_bom yes) 3421 + (on_board yes) 3422 + (dnp no) 3423 + (fields_autoplaced yes) 3424 + (uuid "e885c18f-d886-45e7-8b88-5b38f66772ba") 3425 + (property "Reference" "C3" 3426 + (at 128.27 29.2162 0) 3427 + (effects 3428 + (font 3429 + (size 1.27 1.27) 3430 + ) 3431 + (justify left) 3432 + ) 3433 + ) 3434 + (property "Value" "100nF" 3435 + (at 128.27 31.7562 0) 3436 + (effects 3437 + (font 3438 + (size 1.27 1.27) 3439 + ) 3440 + (justify left) 3441 + ) 3442 + ) 3443 + (property "Footprint" "" 3444 + (at 125.73 30.48 0) 3445 + (effects 3446 + (font 3447 + (size 1.27 1.27) 3448 + ) 3449 + (hide yes) 3450 + ) 3451 + ) 3452 + (property "Datasheet" "~" 3453 + (at 125.73 30.48 0) 3454 + (effects 3455 + (font 3456 + (size 1.27 1.27) 3457 + ) 3458 + (hide yes) 3459 + ) 3460 + ) 3461 + (property "Description" "Unpolarized capacitor, small symbol" 3462 + (at 125.73 30.48 0) 3463 + (effects 3464 + (font 3465 + (size 1.27 1.27) 3466 + ) 3467 + (hide yes) 3468 + ) 3469 + ) 3470 + (pin "2" 3471 + (uuid "5e44a90e-850f-4cca-8e0d-f535bac754b4") 3472 + ) 3473 + (pin "1" 3474 + (uuid "45fc636e-f017-4e75-97c6-f82bfdb68dd2") 3475 + ) 3476 + (instances 3477 + (project "can-hat" 3478 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3479 + (reference "C8") 3480 + (unit 1) 3481 + ) 3482 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3483 + (reference "C12") 3484 + (unit 1) 3485 + ) 3486 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3487 + (reference "C3") 3488 + (unit 1) 3489 + ) 3490 + ) 3491 + ) 3492 + ) 3493 + (symbol 3494 + (lib_id "power:GND") 3495 + (at 137.16 60.96 0) 3496 + (unit 1) 3497 + (exclude_from_sim no) 3498 + (in_bom yes) 3499 + (on_board yes) 3500 + (dnp no) 3501 + (fields_autoplaced yes) 3502 + (uuid "eedf2b77-4103-4b60-8175-fd12d02d791a") 3503 + (property "Reference" "#PWR09" 3504 + (at 137.16 67.31 0) 3505 + (effects 3506 + (font 3507 + (size 1.27 1.27) 3508 + ) 3509 + (hide yes) 3510 + ) 3511 + ) 3512 + (property "Value" "GND" 3513 + (at 137.16 66.04 0) 3514 + (effects 3515 + (font 3516 + (size 1.27 1.27) 3517 + ) 3518 + ) 3519 + ) 3520 + (property "Footprint" "" 3521 + (at 137.16 60.96 0) 3522 + (effects 3523 + (font 3524 + (size 1.27 1.27) 3525 + ) 3526 + (hide yes) 3527 + ) 3528 + ) 3529 + (property "Datasheet" "" 3530 + (at 137.16 60.96 0) 3531 + (effects 3532 + (font 3533 + (size 1.27 1.27) 3534 + ) 3535 + (hide yes) 3536 + ) 3537 + ) 3538 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3539 + (at 137.16 60.96 0) 3540 + (effects 3541 + (font 3542 + (size 1.27 1.27) 3543 + ) 3544 + (hide yes) 3545 + ) 3546 + ) 3547 + (pin "1" 3548 + (uuid "a0306ecc-19d6-47ea-ab52-d4e9917614fd") 3549 + ) 3550 + (instances 3551 + (project "can-hat" 3552 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3553 + (reference "#PWR024") 3554 + (unit 1) 3555 + ) 3556 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3557 + (reference "#PWR036") 3558 + (unit 1) 3559 + ) 3560 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3561 + (reference "#PWR09") 3562 + (unit 1) 3563 + ) 3564 + ) 3565 + ) 3566 + ) 3567 + (symbol 3568 + (lib_id "power:+5V") 3569 + (at 137.16 25.4 0) 3570 + (unit 1) 3571 + (exclude_from_sim no) 3572 + (in_bom yes) 3573 + (on_board yes) 3574 + (dnp no) 3575 + (fields_autoplaced yes) 3576 + (uuid "fa932a2c-5cff-4dbe-b46d-57e65861dde4") 3577 + (property "Reference" "#PWR08" 3578 + (at 137.16 29.21 0) 3579 + (effects 3580 + (font 3581 + (size 1.27 1.27) 3582 + ) 3583 + (hide yes) 3584 + ) 3585 + ) 3586 + (property "Value" "+5V" 3587 + (at 137.16 20.32 0) 3588 + (effects 3589 + (font 3590 + (size 1.27 1.27) 3591 + ) 3592 + ) 3593 + ) 3594 + (property "Footprint" "" 3595 + (at 137.16 25.4 0) 3596 + (effects 3597 + (font 3598 + (size 1.27 1.27) 3599 + ) 3600 + (hide yes) 3601 + ) 3602 + ) 3603 + (property "Datasheet" "" 3604 + (at 137.16 25.4 0) 3605 + (effects 3606 + (font 3607 + (size 1.27 1.27) 3608 + ) 3609 + (hide yes) 3610 + ) 3611 + ) 3612 + (property "Description" "Power symbol creates a global label with name \"+5V\"" 3613 + (at 137.16 25.4 0) 3614 + (effects 3615 + (font 3616 + (size 1.27 1.27) 3617 + ) 3618 + (hide yes) 3619 + ) 3620 + ) 3621 + (pin "1" 3622 + (uuid "66a14b3f-3539-476e-ac7d-2633b6e9b0c9") 3623 + ) 3624 + (instances 3625 + (project "can-hat" 3626 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3627 + (reference "#PWR023") 3628 + (unit 1) 3629 + ) 3630 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3631 + (reference "#PWR035") 3632 + (unit 1) 3633 + ) 3634 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3635 + (reference "#PWR08") 3636 + (unit 1) 3637 + ) 3638 + ) 3639 + ) 3640 + ) 3641 + (symbol 3642 + (lib_id "Device:C_Small") 3643 + (at 114.3 55.88 0) 3644 + (unit 1) 3645 + (exclude_from_sim no) 3646 + (in_bom yes) 3647 + (on_board yes) 3648 + (dnp no) 3649 + (fields_autoplaced yes) 3650 + (uuid "fce47d83-1e8f-4288-97b2-8bc87eee754f") 3651 + (property "Reference" "C4" 3652 + (at 116.84 54.6162 0) 3653 + (effects 3654 + (font 3655 + (size 1.27 1.27) 3656 + ) 3657 + (justify left) 3658 + ) 3659 + ) 3660 + (property "Value" "100nF" 3661 + (at 116.84 57.1562 0) 3662 + (effects 3663 + (font 3664 + (size 1.27 1.27) 3665 + ) 3666 + (justify left) 3667 + ) 3668 + ) 3669 + (property "Footprint" "" 3670 + (at 114.3 55.88 0) 3671 + (effects 3672 + (font 3673 + (size 1.27 1.27) 3674 + ) 3675 + (hide yes) 3676 + ) 3677 + ) 3678 + (property "Datasheet" "~" 3679 + (at 114.3 55.88 0) 3680 + (effects 3681 + (font 3682 + (size 1.27 1.27) 3683 + ) 3684 + (hide yes) 3685 + ) 3686 + ) 3687 + (property "Description" "Unpolarized capacitor, small symbol" 3688 + (at 114.3 55.88 0) 3689 + (effects 3690 + (font 3691 + (size 1.27 1.27) 3692 + ) 3693 + (hide yes) 3694 + ) 3695 + ) 3696 + (pin "2" 3697 + (uuid "356d2314-ed14-41ae-ba7e-8352dc10e411") 3698 + ) 3699 + (pin "1" 3700 + (uuid "1559a360-cf99-4eab-81c9-deb48e90cdfa") 3701 + ) 3702 + (instances 3703 + (project "can-hat" 3704 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3705 + (reference "C7") 3706 + (unit 1) 3707 + ) 3708 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3709 + (reference "C11") 3710 + (unit 1) 3711 + ) 3712 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3713 + (reference "C4") 3714 + (unit 1) 3715 + ) 3716 + ) 3717 + ) 3718 + ) 3719 + (symbol 3720 + (lib_id "Device:C_Small") 3721 + (at 88.9 33.02 0) 3722 + (unit 1) 3723 + (exclude_from_sim no) 3724 + (in_bom yes) 3725 + (on_board yes) 3726 + (dnp no) 3727 + (fields_autoplaced yes) 3728 + (uuid "fe24677b-9279-4307-8c0d-56f9ec960da7") 3729 + (property "Reference" "C2" 3730 + (at 91.44 31.7562 0) 3731 + (effects 3732 + (font 3733 + (size 1.27 1.27) 3734 + ) 3735 + (justify left) 3736 + ) 3737 + ) 3738 + (property "Value" "100nF" 3739 + (at 91.44 34.2962 0) 3740 + (effects 3741 + (font 3742 + (size 1.27 1.27) 3743 + ) 3744 + (justify left) 3745 + ) 3746 + ) 3747 + (property "Footprint" "" 3748 + (at 88.9 33.02 0) 3749 + (effects 3750 + (font 3751 + (size 1.27 1.27) 3752 + ) 3753 + (hide yes) 3754 + ) 3755 + ) 3756 + (property "Datasheet" "~" 3757 + (at 88.9 33.02 0) 3758 + (effects 3759 + (font 3760 + (size 1.27 1.27) 3761 + ) 3762 + (hide yes) 3763 + ) 3764 + ) 3765 + (property "Description" "Unpolarized capacitor, small symbol" 3766 + (at 88.9 33.02 0) 3767 + (effects 3768 + (font 3769 + (size 1.27 1.27) 3770 + ) 3771 + (hide yes) 3772 + ) 3773 + ) 3774 + (pin "2" 3775 + (uuid "027b97a0-6aa4-40d8-912b-a6e091c87b35") 3776 + ) 3777 + (pin "1" 3778 + (uuid "1f5e8839-7793-4d9e-bd5d-521506e7c406") 3779 + ) 3780 + (instances 3781 + (project "can-hat" 3782 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3783 + (reference "C6") 3784 + (unit 1) 3785 + ) 3786 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3787 + (reference "C10") 3788 + (unit 1) 3789 + ) 3790 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3791 + (reference "C2") 3792 + (unit 1) 3793 + ) 3794 + ) 3795 + ) 3796 + ) 3797 + )