Is coding the Arduino way going to get limiting in my future?
i'm experienced embedded software engineer (pic/atmel) has decided take arduino hobby projects , learn electronics. what i'm wondering though, is: whether start using atmel studio 6 outset (not normal ide), or use arduino ide. whether have (should) use whole setup() loop() & arduino libraries. i've read using arduino ide , using arduino codebase/libraries can 'limiting' once advance. true? can mix & match code? use arduino library say, tcp stack, , low level c-code timers & serial interface? if use of arduino library methods, have use setup()/loop() methods, or can create standard c-style project void main()? what constraints arduino way of coding put on me? quote what constraints arduino way of coding put on me? you're psychic, , you're asking us? quote whether start using atmel studio 6 outset (not normal ide), or use arduino ide. use ide until find issues it. quote whether have (should) use whole setup() lo...