Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1.  
  2. code.ino
  3. 1
  4. 7
  5. 8
  6. 9
  7. 10
  8. 11
  9. 12
  10. 13
  11. 14
  12. 15
  13. 16
  14. 17
  15. 18
  16. 1
  17. 2
  18. 3
  19. 4
  20. 5
  21. 6
  22.  
  23. the correct LED pin independent of which board is used.
  24. If you want to know what pin the on-board LED is connected to on your Arduino model, check
  25. the Technical Specs of your board at https://www.arduino.cc/en/Main/Products
  26.  
  27. This example code is in the public domain.
  28.  
  29. modified 8 May 2014
  30. by Scott Fitzgerald
  31.  
  32. modified 2 Sep 2016
  33. by Arturo Guadalupi
  34.  
  35. /*
  36. Blink
  37. Turns on an LED on for one second, then off for one second, repeatedly.
  38.  
  39. Most Arduinos have an on-board LED you can control. On the UNO, MEGA and ZERO
  40. it is attached to digital pin 13, on MKR1000 on pin 6. LED_BUILTIN is set to
  41.  
  42. Info : CMSIS-DAP: SWD Supported
  43. Info : CMSIS-DAP: JTAG Supported
  44. Info : CMSIS-DAP: Interface Initialised (SWD)
  45. Info : CMSIS-DAP: FW Version = 01.1C.0067
  46. Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 0 nTRST = 0 nRESET = 1
  47. Info : CMSIS-DAP: Interface ready
  48. Info : clock speed 400 kHz
  49. in procedure 'init'
  50. in procedure 'ocd_bouncer'
  51.  
  52. .pioinit:1: Error in sourced command file:
  53. Remote connection closed
  54. (gdb)
  55. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement