Fix issue #21 on github. (Incorrect authorship)
This commit is contained in:
parent
77b0a2fe1a
commit
e4d2ba7fa0
|
@ -1,14 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* geigerct.c
|
* nick_work.c - workshop nick animation
|
||||||
*
|
|
||||||
*
|
|
||||||
* Created on: 11.08.2011
|
|
||||||
* Author: Turbo J <turboj@web.de>
|
|
||||||
*
|
|
||||||
* Implements simple Geiger Counter
|
|
||||||
* Counts rising edges on P3_0 = BUSINT
|
|
||||||
* so you can directly connect the Geiger board
|
|
||||||
* from http://mightyohm.com/blog/products/geiger-counter/
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* geigerct.c
|
* worksh.c - workshop test module
|
||||||
*
|
|
||||||
*
|
|
||||||
* Created on: 11.08.2011
|
|
||||||
* Author: Turbo J <turboj@web.de>
|
|
||||||
*
|
|
||||||
* Implements simple Geiger Counter
|
|
||||||
* Counts rising edges on P3_0 = BUSINT
|
|
||||||
* so you can directly connect the Geiger board
|
|
||||||
* from http://mightyohm.com/blog/products/geiger-counter/
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue