David Lowe / Mbed 2 deprecated Mandelbrot

Dependencies:   SPI_TFT_ILI9341 TFT_fonts mbed

Fork of Mandelbrot by Bob Stone

Committer:
gregeric
Date:
Thu Jan 22 10:01:49 2015 +0000
Revision:
3:267e7130007d
Parent:
2:b1169b84a563
Increase debounce time, shown necessary after round of testing.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gregeric 2:b1169b84a563 1 #ifndef ENCODER_H
gregeric 2:b1169b84a563 2 #define ENCODER_H
gregeric 2:b1169b84a563 3
gregeric 2:b1169b84a563 4 void EncoderInit(TIM_Encoder_InitTypeDef encoder, TIM_HandleTypeDef timer, TIM_TypeDef *TIMx, uint32_t maxcount, uint32_t encmode);
gregeric 2:b1169b84a563 5
gregeric 2:b1169b84a563 6 #endif