Using an Arduino as a regular AVR -


i'm planning project using atmega (i can't use arduino directly because of university's restrictions). want use arduino's ide, serial monitor, plotting graphs using processing debugging purposes. can dump regular atmega code arduino , use serial monitor debugging purposes?

can use arduino uno board other normal avr development board can best of both worlds. googled it, didn't answer need.

if mean using arduino's avr microcontroller without arduino libraries: that's possible. you're going have mess lower-level stuff, though. can inspiration have done far libavrutil.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -