As Colin O'Flynn wrote: > If I program it with 0xF9 (11111001) it reads as 0x01 (00000001), if > I program it with 0xFC(11111100) it reads as 0x04(00000100).
ATmega168's efuse has only three significant bits, so this is OK. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
