-
Notifications
You must be signed in to change notification settings - Fork 15
Atmega 8 doesn't working #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Should compile and work. What's the problem, exactly? Does it stop during compiling, or doens't work as expected? |
It's compiling whithout mistakes, but doesn't work. The same code compiling and working on atmega 328. |
I don't have an Atmega8 anymore so at the moment I'm not able to investigate this issue... Which function did you try? Which pins did you use? Please provide the more informations you can. Thanks |
I try to use sketch from example analogcomp_Enableinterrupt. Pins use 12 and 13 on chip(6 and 7 on board). Try use exporting hex in proteus - the same thing, doesn't working. |
I'm not sure if this this the cause, but I've seen that the boards.txt file of newer versions of the Arduino IDE show a different way to choose the MCU used on the Arduino NG. (message edited after better analisys of the IDE and the boards.txt file) |
yes, i've choose atmega8 in arduino NG. Arduino NG was with atmega 168 and atmega 8. |
on Arduino NG whith atmega 8 this library doesn't working.
The text was updated successfully, but these errors were encountered: