86Duino programs can be divided into three main parts: structure, values (variables and constants), and functions, which are compatible with Arduino programs.
Basic Concepts:
- スケッチ: スケッチの様々な構成要素とその仕組み
- Variables: How to define and use variables.
- Functions: How to define and use functions.
Language Reference:
Structure
The elements of 86Duino(C++) code.
スケッチ
Control Structures
Further Syntax
Arithmetic Operators
Comparison Operators
- == (equal to)
- != (not equal to)
- < (less than)
- > (greater than)
- <= (less than or equal to)
- >= (greater than or equal to)
Boolean Operators
Pointer Access Operators
Bitwise Operators
Compound Operators
Variables
86duino data types and constants.
Constants
Conversion
Data Types
Functions
For controlling the 86Duino board and performing computations.
Digital I/O
Analog I/O
- analogReference()
- analogRead()
- analogWrite() – PWM
- analogReadResolution()
- analogWriteResolution()
- cpuTemperature()
Advanced I/O
Time
Math
Trigonometry
Characters
86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。