comparison l476rg-hal-test/include/msp.h @ 1:a0b14b11ad9f

working on dependencies between MCU devices such as GPIO, Pins and Timers
author cin
date Fri, 13 Jan 2017 02:11:02 +0300
parents
children
comparison
equal deleted inserted replaced
0:32a3b1785697 1:a0b14b11ad9f
1 #pragma once
2 #include "pwm.h"
3 #include "stm32l476xx.h"
4
5 using namespace halpp;
6
7
8 class Hardware {
9
10 typedef TPwmChannel<TIM_TypeDef, TPwmChannel1Traits<TIM_TypeDef> > PwmChannel1;
11 public:
12
13 static PwmChannel1 pwm1;
14 };