#ifndef HW_BUZZER_H
#define HW_BUZZER_H
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
#define BUZZER_BIT 1
#define IS_BUZZER_ON 0
#ifndef HW_BUZZERLED_H
#define HW_BUZZERLED_H
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
#endif /* HW_BUZZERLED_H */
#ifndef HW_CPU_H
#define HW_CPU_H
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
/// CPU Clock frequency
#define CLOCK_FREQ (10000000UL /* Implement me! */)
#include <cfg/module.h>
#include <cfg/macros.h>
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
MOD_DEFINE(hw_dataflash);
#ifndef HW_DC_MOTOR_H
#define HW_DC_MOTOR_H
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
//DC motor 0
#define DC_MOTOR0_EN_PIN /* Implement me! */
#include <cfg/macros.h>
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
#define K_RPT_MASK (K_UP | K_DOWN | K_OK | K_CANCEL)
#include <cpu/irq.h>
#include <cpu/types.h>
-#warning TODO: This is example implementation, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
/**
* \name LCD I/O pins/ports
#include <cfg/macros.h>
#include <cfg/compiler.h>
-#warning TODO: This is example implementation, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
const uint16_t mcp41_ports[MCP41_CNT] =
{
#include <cfg/compiler.h>
-#warning TODO: This is example implementation, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
INLINE void SET_MCP41_DDR(Mcp41Dev dev)
#include <drv/ntc.h>
#include <drv/adc.h>
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
extern const res_t NTC_RSER[NTC_CNT];
extern const res_t NTC_RPAR[NTC_CNT];
#include "hw_phase.h"
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
#endif /* HW_PHASE_H */
#include <cfg/compiler.h>
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
#define PHASE_HW_INIT do { /* Implement me! */ }while (0)
#ifndef HW_SENSOR_H
#define HW_SENSOR_H
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
#define NUM_HOME_SENSORS 1
* \author Daniele Basile <asterix@develer.com>
*/
-
#ifndef HW_SER_H
#define HW_SER_H
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implementation, you must implement it!
#endif /* HW_SER_H */
#include <cfg/compiler.h>
-#warning TODO:This is example implemetantion, you must implement it!
+#warning TODO:This is an example implentation, you must implement it!
#define CE_PIN 0
#define DV_PIN 0