Difference between revisions of "How to use Arduino"

From Banana Pi Wiki
Jump to: navigation, search
(Platform IO)
(Arduino IDE)
Line 48: Line 48:
  
  
[[File:ArduinoIDE-5.png|600px |Arduino IDE Compiled]]
+
[[File:Arduino.png|600px|Arduino IDE sample page]]
  
  

Revision as of 19:31, 16 September 2018

Arduino

Arduino IDE Programing Function Define
Function IO
RGB_LED IO4
RGB_LED_POWER IO2
BUZZER IO25
BOTTON_A IO35
BOTTON_B IO27
LIGHT_SENSOR1(upper left) IO36
LIGHT_SENSOR2(upper right) IO39
TEMPERTURE_SENSOR IO34
MPU9250_AD0 IO0
Communication Protocol
SPI
MISO IO19
MOSI IO23
SCK IO23
SS IO5
I2C
SCL IO22
SDA IO21

Arduino IDE

Arduino IDE sample page



Platform IO

200px  Platform IO Sample page