Search Query
Display results as :PostsTopics
Advanced Search
You are not connected. Please login or register
Message [Page 1 of 1]
#include <stdint.h>#include <avr/io.h>#include <util/delay.h>int main(){ DDRB = 0b11111111; // set all PortC Output while (true) { PORTB ^= (1 << PB1); _delay_ms(500); }}
» Discussions About SimulIDE Simulator » Report Bugs » Probe meter is not responding to Atmega8 pin change (blinking)
Permissions in this forum: You cannot reply to topics in this forum
Jump to: