05_comparator_demo

Forks of 05_comparator_demo

A fork is a repository which is based on a copy of this repository.

/** comparatorin_demo * Simple program to demonstrate the basic functions * of the analog comparator of the FRDM-KL25Z board. * * Used library: * - ComparatorIn //https://developer.mbed.org/users/frankvnk/code/ComparatorIn/ * written by …