view l476rg-hal-test/include/msp.h @ 5:0d3eea2dd7ea

working on devices and timers
author cin
date Fri, 20 Jan 2017 03:40:30 +0300
parents a0b14b11ad9f
children
line wrap: on
line source

#pragma once
#include "pwm.h"
#include "stm32l476xx.h"

using namespace halpp;


class Hardware {

	typedef TPwmChannel<TIM_TypeDef, TPwmChannel1Traits<TIM_TypeDef> > PwmChannel1;
public:

	static PwmChannel1 pwm1;
};