Bare Metal Programming Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
demos.h File Reference

Go to the source code of this file.

Namespaces

namespace  bmptk
 bmptk namespace
 
namespace  bmptk::hardware
 hardware: pins, ports
 

Functions

template<typename arg_pin , int flavour = arg_pin::type>
void bmptk::hardware::blink (time t=200 *bmptk::ms)
 blink a LED
 
template<typename arg_pin , int flavour = arg_pin::type>
void bmptk::hardware::beep (unsigned long long int period=1 *bmptk::ms, unsigned long long int duration=500 *bmptk::ms)
 beep
 
template<typename arg_port , int flavour = arg_port::type>
void bmptk::hardware::kitt (bmptk::time t=200 *bmptk::ms)