bez sterowania

Dependencies:   FastPWM mbed-src

Fork of 2015_01_29_quadro2 by Quadrocopter

MA.h

Committer:
Michu90
Date:
2015-01-21
Revision:
8:dc48ce79ad59

File content as of revision 8:dc48ce79ad59:

/*
 * MA.h
 *
 *  Created on: Jan 21, 2015
 *      Author: Michal
 */
#ifndef MA_H
#define MA_H

class MA
{
    public:
    MA();
    ~MA(void);
    
    void filter

#endif