fix README.md
This commit is contained in:
		| @@ -5,8 +5,8 @@ Femto XF is an eXecutive Framework for embedded systems developed | |||||||
| in the University of Applied Sciences Western Switzerland (HES-SO Valais/Wallis) | in the University of Applied Sciences Western Switzerland (HES-SO Valais/Wallis) | ||||||
| by Pierre-André Mudry, Pascal Sartoretti and Medar Rieder. | by Pierre-André Mudry, Pascal Sartoretti and Medar Rieder. | ||||||
|  |  | ||||||
| This template is specifically designed for a PIC8 board. It's template for work with state machines. | This template is specifically designed for a PIC18F board. It's template for work with state machines. | ||||||
| It used the model of the 5 layers for the packaging and double switch for the state machine. | It used the model of the 5 layers for the packaging and double switch pattern for the state machine. | ||||||
|  |  | ||||||
| ## Layers | ## Layers | ||||||
| ### App | ### App | ||||||
| @@ -16,8 +16,9 @@ Here you can find the factory and obviously the main. | |||||||
|  |  | ||||||
| ### Board | ### Board | ||||||
| Here is the place for the board specific code. | Here is the place for the board specific code. | ||||||
| The board specific code is the code that is specific to the board and that is not reusable on another board. | The board code is the code that is not reusable on another board. | ||||||
| Here you can find in bonus a class for the LED and a class for the button for a PIC8 board. |  | ||||||
|  | Here you can find in bonus a class for the LED and a class for the button for a PIC18F board. | ||||||
|  |  | ||||||
| ### MCC Generated Files | ### MCC Generated Files | ||||||
| Here is the files generated by the MPLAB Code Configurator (MCC). | Here is the files generated by the MPLAB Code Configurator (MCC). | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user