Standard Arduino Libraries

Are any of the “standard” Arduino libraries native to the Particle web ide or do they still need to me imported as 3rd party library similar to how I would use the neopixel library. If they are native how can I call them?

For example:

  • EEPROM
  • Ethernet
  • Firmata
  • GSM
  • SD
  • SPI
  • TFT
  • WiFi
  • Wire

There is a great list in the doc here (this one is for the Core, there is another for the Photon):

http://docs.particle.io/core/firmware/

Lots of things on your list are “built-in”. Some of the others are available as libraries in the web IDE.

3 Likes
3 Likes