跳到主要內容

發表文章

目前顯示的是 4月, 2026的文章

VScode-json-debug&compiler

  {     // Use IntelliSense to learn about possible attributes.     // Hover to view descriptions of existing attributes.     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387     "version" : "0.2.0" ,     "configurations" : [         {             // Note: Properties here can override MPLAB project settings             "name" : "Debug" ,             "type" : "mplab-core-da" ,             "request" : "launch" ,             "project" : "My_Project" ,             "configuration" : "default" ,             "stopOnEntry" : true ,         },         {             "name" : "Program" ,         ...

MPLAB-AI 程式加中文註解

1.將程式圈選起來. 2.CTRL + I 3.AI命令:add Traditional Chinese comment using // 4.結果正確:Accept

microchip CAN 注意事項

  //1.STBY=0; (TX/RX) //2.filter ON but all pass.(RX) ,必須設定資料才能進來.               EID 需加 'x'               example: 0x0AF81111x                 filter 設定 (收什麼ID)                mask 設定  (遮罩)