Commit graph

58 commits

Author SHA1 Message Date
redfast00 e5bf82352f
Different, less efficient way of checking if buffer overflowed 2020-08-27 03:29:16 +02:00
redfast00 a62562b716
Enable error interrupt 2020-08-26 23:41:00 +02:00
redfast00 36af43b144
Add basic module with two buttons 2020-08-26 23:36:35 +02:00
redfast00 54a87bb711
Change library to use callback functions, add basic hardware 2020-08-26 23:35:13 +02:00
redfast00 920723afed
Add more setup steps to the README 2020-08-26 23:33:01 +02:00
Midgard c226cc8513
Fix reorganization 2020-08-26 21:13:43 +02:00
Midgard c1c1096778
Remove example
Not needed any more: this only exemplifies CAN usage.
2020-08-26 20:40:32 +02:00
redfast00 247c4800bb
Merge pull request #1 from ZeusWPI/RobbeWeMissYou
Robbe we miss you
2020-08-26 20:02:31 +02:00
redfast00 086ae0e3fd
Merge branch 'master' into RobbeWeMissYou 2020-08-26 20:02:14 +02:00
redfast00 b8c295a60c
Merge pull request #3 from ZeusWPI/docs-hardware
Hardware documentation
2020-08-26 20:00:47 +02:00
Midgard 1e129f08ea
Template: add module type and ID, correct functions 2020-08-25 22:09:31 +02:00
Midgard 084dc34ace
Update new_module with renamed template dir 2020-08-25 21:53:33 +02:00
Midgard 4fd6cc6d8f
Add module library code 2020-08-25 21:48:23 +02:00
Midgard 87824c6356
Rename idempotency to count, add to strike msg 2020-08-25 21:47:58 +02:00
redfast00 24a940e03b
Hardware documentation 2020-08-25 21:22:36 +02:00
Midgard 181dd87752
Add module template and new_module.sh 2020-08-25 21:22:31 +02:00
Midgard fc2a36cb9b
Extend protocol with info modules 2020-08-25 21:07:25 +02:00
Midgard 67c13fcdf3
Update instructions, less subdirs 2020-08-24 15:30:42 +02:00
Midgard 589a0f691d
Library-ish layout 2020-08-20 21:51:33 +02:00
Midgard 9dc7c399f2
Update library and stuff 2020-08-20 21:13:19 +02:00
redfast00 206331a613
Merge pull request #2 from ZeusWPI/debugging_tool
Debugging tool
2020-08-20 19:25:59 +02:00
redfast00 5672998e4d
Better initialization 2020-08-20 19:07:59 +02:00
Midgard 341ff1bb1e
Finish an obuscan abstraction 2020-08-20 17:47:32 +02:00
redfast00 519c518cd4
Spaces to tabs 2020-08-19 02:12:51 +02:00
redfast00 5d5ad2decd
Add debugging Arduino code 2020-08-19 02:10:30 +02:00
Midgard 71df9f71b9
Correct module ID handling: ID only unique per type 2020-08-18 18:01:14 +02:00
Midgard ea1d0900cb
Extract defs to shared.hpp, eliminate game_running
STATE_GAME already signals that the game is running
2020-08-18 17:15:46 +02:00
Midgard 5bd8e841fb
Fix indentation 2020-08-18 16:18:08 +02:00
redfast00 f37452df46
Start writing web-based debugger 2020-08-16 04:16:36 +02:00
redfast00 8e4bf6a3df
Correct typo, add priority info 2020-08-16 01:50:19 +02:00
redfast00 2c450492e3
Update on wireguide 2020-08-16 00:55:41 +02:00
mcbloch 48f43f3325 Make baudrate higher for more responsive prints 2020-08-10 23:51:28 +02:00
Timo De Waele 563a019d33 enhancements 2020-08-10 23:49:49 +02:00
Timo De Waele 7b11b55367 Not yet tested controller implementation 2020-08-10 23:26:45 +02:00
mcbloch 4a76fb384f Add strike count to protocol when signaling one happened 2020-08-10 23:07:46 +02:00
mcbloch 519e158d87 Fix 2 comments in module code 2020-08-10 23:02:18 +02:00
mcbloch c61606a31b Add deubg module that prints everyting on the bus. 2020-08-10 22:53:01 +02:00
Timo De Waele ac42987c38 Checkpoint before bitvectoring 2020-08-10 22:40:04 +02:00
Francis 609f87d470
Merge branch 'master' of github.com:ZeusWPI/OBUS into master 2020-08-10 22:30:21 +02:00
Francis db8d13fb37
add module code 2020-08-10 22:29:59 +02:00
Maxime 8dc7e6edc9
Update protocol.txt 2020-08-10 22:25:51 +02:00
Timo De Waele 95992303ac Implemented discovery round 2020-08-10 21:23:09 +02:00
Timo De Waele 91bececb39 Implementing hello handshake 2020-08-10 20:46:41 +02:00
Timo De Waele 245f2c80ae Started implementing controller state machine 2020-08-10 19:40:39 +02:00
mcbloch 0e20c6bbac Add used can library to readme 2020-08-10 19:34:45 +02:00
Midgard f1ca1097ae
Start controller code 2020-08-10 18:02:17 +02:00
Midgard 8373db5616
Fix 2020-08-10 17:32:03 +02:00
redfast00 2c44eb3bba
Add CAN example 2020-08-10 17:20:07 +02:00
Midgard c59e8b96be
Add makefile 2020-08-10 17:10:08 +02:00
Midgard 005d98332d
Add editorconfig 2020-08-10 15:34:15 +02:00