> -----Original Message----- > From: [email protected] > [mailto:[email protected]] > On Behalf Of wally > Sent: Tuesday, September 22, 2009 10:17 AM > To: [email protected] > Subject: [avr-chat] switch off the BOD by software > > May anybody show me please how to switch off the BOD by software ? > Or an URL to an example code snippet. > > I do not know how to > "BOD disable is controlled by a timed sequence" > in C code.
Take a look at <avr/sleep.h> from avr-libc: <http://www.nongnu.org/avr-libc/user-manual/group__avr__sleep.html> There is a function/macro sleep_bod_disable() that is part of the header file, though it seems the avr-libc documentation seems to be lacking in this area. :-( _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
