Please help support the site by donating at the link below.https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8ZRU34U47BESW
The latest software is meant to have uart out but when i hooked it up all i got was random symbols
Hyper, I have 2 of your chips you programmed them for me I haven't tried them yet guys I haven't gotten around moving all my test equipment to my new house. If mine doesn't work ether that's a shame, what a waste. I really hope mine will be the working one to see that this project isn't a waste of money for other people who want to make it too.
Hi, This is my first post , I only joined yesterday.Have I miss read it or does Hyper999 actually sell pre programmed ATMEGA8 chips for use in this project and if so how do I go about obtaining someDon
Yes, he will sell you a pre-programmed ATMEGA8 chip. Send him a pm about it and he will respond to you. Also, just be aware that they will be coming from the UK.
void lcd_init(void){ LCD_DDR = LCD_DDR | 0x0F | (1<<LCD_RS) | (1<<LCD_EN1); // Port auf Ausgang schalten // muss 3mal hintereinander gesendet werden zur Initialisierung _delay_ms(30); LCD_PORT = (LCD_PORT & 0xF0 & ~(1<<LCD_RS)) | 0x03; lcd_enable();
void lcd_init(void){ LCD_DDR = LCD_DDR | 0x0F | (1<<LCD_RS) | (1<<LCD_EN1); // Port auf Ausgang schalten // muss 3mal hintereinander gesendet werden zur Initialisierung _delay_ms(120); LCD_PORT = (LCD_PORT & 0xF0 & ~(1<<LCD_RS)) | 0x03; lcd_enable();
lcd-routines.c:115: undefined reference to `uart_putc'