]> oss.titaniummirror.com Git - rgblamp.git/commit
Generate entropy with ADC reading floating pin
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 8 Dec 2011 01:10:19 +0000 (18:10 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Thu, 8 Dec 2011 01:10:19 +0000 (18:10 -0700)
commite80d748181c433076b80051ec9474925bedefd93
tree6082f074b8af556850ee035f25608049ae3924a0
parent76c773e273d37fbda42c357237df80cf32eaac53
Generate entropy with ADC reading floating pin

This entropy is then used in a call to srand() so that the color
sequence on power-up isn't the same each time.
adc_random.c [new file with mode: 0644]
adc_random.h [new file with mode: 0644]
main.c