/**
 @mainpage Flash Library



 @section Overview

This package provides a set of routines to read and write in the flash memory.

This document describes how to use the librairy.

To list the functions available select "Globals / Functions" in the menu.

Three definitions must be done in config.h to caracterize the flash memory
 - FLASH_SIZE : size in byte of the whole Flash memory
 - FLASH_PAGE_SIZE : size in byte of page
 - BOOT_SIZE : size in byte of the boot area

WARNING: the programming functions must be located in the boot area.

*/





