43 Commits

Author SHA1 Message Date
Alexander B
5b86a7d644 Reduced signalOutput-time to 150ms
Edited some comments
2019-03-19 07:40:33 +01:00
Alexander B
5a2e585c59 Removed unecessary lines 2019-03-18 22:47:07 +01:00
John D
f951c39bbe „Geigerzaehler/main.c“ ändern
Correcting EICRA for both interrupts
2019-03-11 18:36:58 +01:00
Alexander B
34e1fe2d6b Deactivated interrupts before all checks and enabled them after for any interrupt to fire 2019-03-11 14:54:49 +01:00
Alexander B
e6ff57b804 Flipped PinD2 and PinD3 (including ISR) 2019-03-11 14:52:45 +01:00
Alexander B
487d153ec7 Changed avrdude flash-command (changed baud-rate) 2019-03-11 10:53:04 +01:00
Railz
3b78e14c2a Set frequency to 10kHz
Fixed timer1_overflow_value not being correctly calculated
2019-03-08 19:47:51 +01:00
Alexander B
6a5b39f6d9 Fixed compile-errors
Removed avrdude (incomplete)
2019-03-08 10:30:38 +01:00
Alexander B
ccda41769f Fixed execution prior to tick, because of nextTick overflow before timer-overflow 2019-03-08 10:05:41 +01:00
Alexander B
e81bda822e Added comments
Split signalOutput to piezo- and led-part
2019-03-08 07:25:24 +01:00
Alexander B
246ccc8d5f Update 'README.md' 2019-03-07 21:08:37 +01:00
Alexander B
5938070334 Update 'README.md' 2019-03-07 21:08:18 +01:00
Alexander B
ebf6265ff2 Added avrdude command line arguments 2019-03-07 21:07:55 +01:00
Railz
4e023c2d97 Added avrdude flash-tool 2019-03-07 21:06:39 +01:00
Railz
900874aeae Run checks on real hardware and fixed booster
Added onboard-led as output
2019-03-07 21:04:37 +01:00
Railz
6990bff184 Added explicit conversion of timer to uint16_t (Timer shows signs of signed int_8) 2019-03-07 20:02:57 +01:00
Railz
81030bade3 Fixed signalOutput set to deactivated (nextTick = 0), but right after getting set a nextTick (so its active again) 2019-03-07 19:13:45 +01:00
Railz
f50a14ccef Removed check if state is set, instead now it will use nextTick itself
Added switch-case to set timer1-bits according to prescaler
Fixed calculations for nextTick to match chaned code
2019-03-07 18:57:39 +01:00
Railz
64280423fa Added init for timer1 (TCMT1) with cpu-clock/256
Changed clock() to timer1 (TCNT1)
2019-03-07 18:25:24 +01:00
Alexander B
850421e3cc set component-info 2019-03-07 15:11:56 +01:00
Alexander B
323d3b4ccb Meeting - Changed Set/Remove and fixed EVERYTHING 2019-03-07 14:19:46 +01:00
JohnD
d9bd21f0c6 Missing include 2019-03-05 13:41:58 +01:00
JohnD
6448ec262d Missing include 2019-03-05 13:40:30 +01:00
JohnD
a4ebc321a2 t 2019-03-05 13:35:56 +01:00
Railz
8919fc632f Fixed nextTick calculation for booster 2019-03-05 13:17:29 +01:00
Railz
fb7fafa4be Changed some comments
Added clock()
Added stop for signalOutput
Added calculation for booster and signalOutput for nextTick
2019-03-05 13:15:01 +01:00
Railz
aa6be9199c Renamed some variables
Fixed comments
Changed clock-speed to 16MHz (Onboard Oscillator is 16MHz)
2019-03-05 13:01:27 +01:00
JohnD
84322a7f14 t 2019-03-04 15:33:42 +01:00
Railz
dc36f3c7da Fixed 2. If (wrong procedures)
Commented ISR-handlers
2019-03-04 15:31:08 +01:00
Alexander B
2aab28a8c5 „README.md“ ändern 2019-02-28 18:09:38 +01:00
Alexander B
23417be79f README.md added 2019-02-28 18:08:03 +01:00
Railz
85f2b1edd6 Added Todo's 2019-02-28 17:54:20 +01:00
Railz
c720cc76e2 Changed INT0 to any edge
Added execution for highVoltage and signalOutput
Added highVoltage boosting
Added signal output
2019-02-28 17:51:54 +01:00
JohnD
4e1ede21ff fix project 2019-02-28 16:47:54 +01:00
JohnD
82d69e6441 Change some comments 2019-02-28 16:45:45 +01:00
JohnD
ebd98fcd78 Change some comments 2019-02-28 16:43:26 +01:00
Railz
f39ee6c90d Added comments
Added reti() to exit interrupt-handler
Started variable declaration
2019-02-28 16:43:11 +01:00
JohnD
10745df378 Merge branch 'master' of https://gitea.railduction.eu/JohnD/Geigerzaehler 2019-02-28 16:25:39 +01:00
JohnD
5ce03e1d64 Added comments 2019-02-28 16:24:37 +01:00
Railz
4ebe995f5e Added comments 2019-02-28 16:23:16 +01:00
JohnD
6ab7c011be Added project file 2019-02-28 16:15:21 +01:00
JohnD
c0403421b2 Removed Project files 2019-02-28 16:12:57 +01:00
JohnD
e4a14ccaa9 Init 2019-02-28 16:10:10 +01:00