examples: Fix frequency of ac_input signal
authorJakob Gruber <jakob.gruber@gmail.com>
Thu, 19 Jul 2012 22:10:39 +0000 (00:10 +0200)
committerJakob Gruber <jakob.gruber@gmail.com>
Thu, 19 Jul 2012 22:10:39 +0000 (00:10 +0200)
commitd63e2a190fcc83978ffcead60e2d6db597ed8ecc
treeb1625311df0689411dbccd118331600c93e2710a
parent8e195b43da0db4f2e9bd6f56cf68ba91b57676e2
examples: Fix frequency of ac_input signal

The comment in ac_input.h specifies 50 Hz, but it was actually 500 Hz.

This off-by-one-zero error probably went unnoticed because of inaccurate
sleep handling (which was fixed in the previous commit).
examples/parts/ac_input.c