How is programming an Arduino different than standard C?

后端 未结 5 1303
夕颜
夕颜 2020-12-13 04:18

I have a background in programming embedded systems (TI MSP430, Atmel ATxmega). How is programming an Arduino different than those? What knowledge about C can I take in to p

5条回答
  •  旧巷少年郎
    2020-12-13 04:52

    You can pretty much take all your knowledge with C and embedded systems and you will be more than OK. It's not hard to use at all. Bookmark the Arduino Reference page and you'll be writing stuff in no time.

提交回复
热议问题