spelling and minor oversights
This commit is contained in:
parent
7c04fadd85
commit
3b3b35d537
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file RFOutput.h
|
* @file Accelerometer.h
|
||||||
* @author GALLOIS, Leonie and GÜLDENSTEIN, Jasper and FOUSSATS, Morgane
|
* @author GALLOIS, Leonie and GÜLDENSTEIN, Jasper and FOUSSATS, Morgane
|
||||||
* @brief Service for reading the analog signals of the Accelerometer.
|
* @brief Service for reading the analog signals of the Accelerometer.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/**
|
/**
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file RFOutput.h
|
* @file Alimentation.h
|
||||||
* @author GALLOIS, Leonie and GÜLDENSTEIN, Jasper and FOUSSATS, Morgane
|
* @author GALLOIS, Leonie and GÜLDENSTEIN, Jasper and FOUSSATS, Morgane
|
||||||
* @brief Service for using the RF Module to transmit characters.
|
* @brief Service for reading the voltage of the power supply/battery.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
*/
|
*/
|
||||||
#ifndef ALIMENTATION_H
|
#ifndef ALIMENTATION_H
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file RFInput.h
|
* @file RFInput.h
|
||||||
* @author CAVAILLES, Kevin and GÜLDENSTEIN, Jasper
|
* @author CAVAILLES, Kevin and GÜLDENSTEIN, Jasper
|
||||||
* @brief Service for reveiving a PWM signal from an RF remote
|
* @brief Service for reading a PWM signal from an RF remote
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
*/
|
*/
|
||||||
#ifndef RF_INPUT_H
|
#ifndef RF_INPUT_H
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file Sail.h
|
* @file Sail.h
|
||||||
* @author CAVAILLES, Kevin and GÜLDENSTEIN, Jasper
|
* @author CAVAILLES, Kevin and GÜLDENSTEIN, Jasper
|
||||||
* @brief Service for using the RF Module to transmit characters.
|
* @brief Service for functions relating to the Sail of the Sailboat.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
*/
|
*/
|
||||||
#ifndef SAIL_H
|
#ifndef SAIL_H
|
||||||
|
|
Loading…
Reference in a new issue