From 8a47647fddaeb81ba3fe00f123a9a08ceeef2eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Heredero?= Date: Fri, 14 Jul 2023 00:01:52 +0200 Subject: [PATCH] fix README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9bc0b83..572c8f5 100644 --- a/README.md +++ b/README.md @@ -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) 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. -It used the model of the 5 layers for the packaging and double switch for the state machine. +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 pattern for the state machine. ## Layers ### App @@ -16,8 +16,9 @@ Here you can find the factory and obviously the main. ### Board 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. -Here you can find in bonus a class for the LED and a class for the button for a PIC8 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 PIC18F board. ### MCC Generated Files Here is the files generated by the MPLAB Code Configurator (MCC).