86Duino程序可以分為三個主要部分:結構、值(變量和常數)、函數,與 Arduino 程式兼容。
基礎概念:
語法參考:
結構
86Duino(C++) 程式碼的元素。
草稿碼
控制結構
更多程式結構語法
算術運算子
比較運算子
布林運算子
變數
86duino 數據類型和常量。
常量
資料型別
型別轉換
Functions
用於控制 86Duino 板和執行計算。
數位 I/O 功能
類比 I/O 功能
- analogReference()
- analogRead()
- analogWrite() – PWM
- analogReadResolution()
- analogWriteResolution()
- cpuTemperature()
進階 I/O 功能
時間
數學
三角函式
字元分析
The text of the 86Duino reference is a modification of the Arduino reference and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.