## USB
有關鍵鼠操作的例程僅僅能在**Leonardo板、Micro板**和**DUE板**上運行, 下面這些例子展示了僅在這三類板上可用的**代碼庫**(library)的使用。
~~~
├─09.USB USB設備
│ ├─Keyboard 鍵盤
│ │ ├─KeyboardLogout 注銷電腦
│ │ ├─KeyboardMessage 鈕按下時發送字符串
│ │ ├─KeyboardReprogram 控制Arduino IDE:自動打開Arduino IDE并自動給一塊Leonardo寫簡單的blink程序
│ │ └─KeyboardSerial 從串口讀取后發回一個按鍵信息
│ ├─KeyboardAndMouseControl 鼠標和鍵盤示例
│ └─Mouse 鼠標
│ ├─ButtonMouseControl 控制鼠標移動:用5個按鈕控制鼠標移動
│ └─JoystickMouseControl 用搖桿控制鼠標:當按鈕按下時用搖桿控制鼠標移動
~~~
- 說明
- 系統示例文件目錄結構及說明
- 01.Basics
- AnalogReadSerial
- BareMinimum
- Blink
- DigitalReadSerial
- Fade
- ReadAnalogVoltage
- 02.Digital
- BlinkWithoutDelay
- Button
- Debounce
- DigitalInputPullup
- StateChangeDetection
- toneKeyboard
- toneMelody
- toneMultiple
- tonePitchFollower
- 03.Analog
- AnalogInOutSerial
- AnalogInput
- AnalogWriteMega
- Calibration
- Fading
- Smoothing
- 04.Communication
- ASCIITable
- Dimmer
- Graph
- Midi
- MultiSerial
- PhysicalPixel
- ReadASCIIString
- SerialCallResponse
- SerialCallResponseASCII
- SerialEvent
- SerialPassthrough
- VirtualColorMixer
- 05.Control
- Arrays
- ForLoopIteration
- IfStatementConditional
- switchCase
- switchCase2
- WhileStatementConditional
- 06.Sensors
- ADXL3xx
- Knock
- Memsic2125
- Ping
- 07.Display
- barGraph
- RowColumnScanning
- 08.Strings
- CharacterAnalysis
- StringAdditionOperator
- StringAppendOperator
- StringCaseChanges
- StringCharacters
- StringComparisonOperators
- StringConstructors
- StringIndexOf
- StringLength
- StringLengthTrim
- StringReplace
- StringStartsWithEndsWith
- StringSubstring
- StringToInt
- 09.USB
- Keyboard
- KeyboardLogout
- KeyboardMessage
- KeyboardReprogram
- KeyboardSerial
- KeyboardAndMouseControl
- Mouse
- ButtonMouseControl
- JoystickMouseControl
- 10.StarterKit_BasicKit (與特定硬件相關,暫無)
- p02_SpaceshipInterface
- p03_LoveOMeter
- p04_ColorMixingLamp
- p05_ServoMoodIndicator
- p06_LightTheremin
- p07_Keyboard
- p08_DigitalHourglass
- p09_MotorizedPinwheel
- p10_Zoetrope
- p11_CrystalBall
- p12_KnockLock
- p13_TouchSensorLamp
- p14_TweakTheArduinoLogo
- p15_HackingButtons
- 11.ArduinoISP(暫無)
- ArduinoISP