Changed the \mainpage doxygen tag to avoid confusion with the main Contiki \mainpage

This commit is contained in:
adamdunkels 2008-10-15 12:37:59 +00:00
parent c10a29af19
commit 3428e17cea

View file

@ -1,15 +1,15 @@
/** /**
* \mainpage ATmega3290p LCD Driver Software for Raven * \section ATmega3290p LCD Driver Software for Raven
* *
* *
* \section intro_lcd LCD Introduction * \subsection intro_lcd LCD Introduction
* *
* This Raven LCD Driver application software was designed for a user interface * This Raven LCD Driver application software was designed for a user interface
* to the Contiki 6LoWPAN collaboration on board the ATmega3290p. The * to the Contiki 6LoWPAN collaboration on board the ATmega3290p. The
* LCD functionality uses the binary command set described in the release notes. * LCD functionality uses the binary command set described in the release notes.
* These binary commands can also be found in a list of main.h. * These binary commands can also be found in a list of main.h.
* *
* \section compile_lcd Compiling Raven LCD Driver * \subsection compile_lcd Compiling Raven LCD Driver
* *
* Raven LCD Driver can be compiled on the following platforms: * Raven LCD Driver can be compiled on the following platforms:
* *
@ -24,7 +24,7 @@
* toolchain. * toolchain.
* -# <b>IAR EWB-AVR.</b> is currently not supported. * -# <b>IAR EWB-AVR.</b> is currently not supported.
* *
* \section fuses Board fuse settings * \subsection fuses Board fuse settings
* *
* The Raven LCD (3290p device) requires the proper fuse settings to function * The Raven LCD (3290p device) requires the proper fuse settings to function
* properly. These settings have been summarized below: * properly. These settings have been summarized below:
@ -33,7 +33,7 @@
* -# High: <b>0x99</b> (JTAG and ISP enabled, No OCDEN or EEPROM saving required) * -# High: <b>0x99</b> (JTAG and ISP enabled, No OCDEN or EEPROM saving required)
* -# Low: <b>0xE2</b> (Use Int RC OSC - Start-up Time:6CK + 65ms) * -# Low: <b>0xE2</b> (Use Int RC OSC - Start-up Time:6CK + 65ms)
* *
* \section notes Operation Release Notes * \subsection notes Operation Release Notes
* *
* After programming the Raven LCD 3290p with the proper image, you will be introduced to * After programming the Raven LCD 3290p with the proper image, you will be introduced to
* the menu in the picture below: * the menu in the picture below:
@ -56,7 +56,7 @@
* to the webserver for Sensor Reading Data (<b>Once</b> or <b>Auto</b>). The webserver will * to the webserver for Sensor Reading Data (<b>Once</b> or <b>Auto</b>). The webserver will
* only update the html data when <b>refreshed</b>. * only update the html data when <b>refreshed</b>.
* *
* \section binary Binary Command Description * \subsection binary Binary Command Description
* *
* Using the binary commmand list described in main.h, the 3290p will contruct a binary * Using the binary commmand list described in main.h, the 3290p will contruct a binary
* command serial frame to control the 1284p. An example command frame is contructed below: * command serial frame to control the 1284p. An example command frame is contructed below: