]> rtime.felk.cvut.cz Git - arc.git/blobdiff - examples/pwm_node/Rte/Rte.c
Removed a lot of examples. Added some under boards.
[arc.git] / examples / pwm_node / Rte / Rte.c
diff --git a/examples/pwm_node/Rte/Rte.c b/examples/pwm_node/Rte/Rte.c
deleted file mode 100644 (file)
index fb899ab..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/* -------------------------------- Arctic Core ------------------------------\r
- * Arctic Core - the open source AUTOSAR platform http://arccore.com\r
- *\r
- * Copyright (C) 2009  ArcCore AB <contact@arccore.com>\r
- *\r
- * This source code is free software; you can redistribute it and/or modify it\r
- * under the terms of the GNU General Public License version 2 as published by the\r
- * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.\r
- *\r
- * This program is distributed in the hope that it will be useful, but\r
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
- * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
- * for more details.\r
- * -------------------------------- Arctic Core ------------------------------*/\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-/*\r
- * RTE.c\r
- *\r
- *  Created on: 2009-jul-10\r
- *      Author: rosa\r
- */\r
-\r
-#include "Pwm.h"\r
-\r
-\r
-void RTE_pwm_sine_update(Pwm_ChannelType channel, Pwm_PeriodType arg){\r
-       Pwm_SetDutyCycle(channel, arg);\r
-}\r
-\r
-\r
-void RTE_pwm_enable_notifications(Pwm_ChannelType channel, Pwm_EdgeNotificationType type) {\r
-#if (PWM_NOTIFICATION_SUPPORTED == STD_ON)\r
-       Pwm_EnableNotification(channel, type);\r
-#endif\r
-}\r