summaryrefslogtreecommitdiff
path: root/digital/io
AgeCommit message (Collapse)Author
2008-03-24FSM for the gutter.Nélio Laranjeiro
2008-03-24Update the FSM for the getsamples.Nélio Laranjeiro
2008-03-22Update the makefile file.Nélio Laranjeiro
2008-03-22Update the getsamples FSM to go to the distributor, take the samples and Nélio Laranjeiro
take samples...
2008-03-22 * digital/io/srcJérémy Dufour
- fix English typo in EEPROM and servo comments (thanks to ni for the remarks).
2008-03-22 * digital/io/srcJérémy Dufour
- add EEPROM command over UART protocol to: - save current configuration; - invalidate current configuration.
2008-03-22 * digital/io/srcJérémy Dufour
- add servo/trap commands over UART protocol to: - control the position of a servo motor (servo); - setup the configuration of vertical and horizontal position (trap); - open a path to a desired box (trap).
2008-03-22 * digital/io/srcJérémy Dufour
- add a function to configure position (vertical/horizontal) of a trapdoor.
2008-03-22 * digital/io/srcJérémy Dufour
- fix a bug in setting pins direction (use DDR rather than PORT for setting the pins direction (thanks to ni)).
2008-03-22 * digital/io/srcJérémy Dufour
- compute the number of TIC of a servos update cycle (rather than using a pre-defined one).
2008-03-22 * digital/io/srcJérémy Dufour
- use the helper macro set_bit where needed.
2008-03-22Removed the loadsample fsm, it is integretated with the getsamples FSM.Nélio Laranjeiro
2008-03-19 * digital/io/srcJérémy Dufour
- add trap module (not integrated in the io program); - add eeprom module to support load/store parameters (for the trap module); - partial integration of eeprom in the io program.
2008-03-19 * digital/io/srcJérémy Dufour
- add servo module (not integrated yet in the io program).
2008-03-19 * digital/io/srcJérémy Dufour
- undefined macro after usage in header file (switch.h).
2008-03-19Added the dfagen file for the FSM loadsamples. This is a first shoot, Nélio Laranjeiro
it is not complete.
2008-03-19Removed generated files from the repository.Nélio Laranjeiro
2008-03-19First dfagen for the getsamples fsm. This is only a first shoot, all the Nélio Laranjeiro
transitions are not presents.
2008-03-16Try to fill the ia functions.Nélio Laranjeiro
2008-03-11 * digital/io/srcJérémy Dufour
- add switch module to manage the jack and color selector.
2008-03-11 * digital/io/src/asservJérémy Dufour
- use pointer for parameter in and out (thanks to ni).
2008-03-10 * digital/io/src/asservJérémy Dufour
- implement functions to receive and handle the ''shared'' status buffer between asserv and io; - implement functions for the upper layer (io) to get the status of the asserv board; - comments improvements and corrections.
2008-03-10 * digital/io/srcJérémy Dufour
* correct a few bugs in the asserv module (thanks to ni): - return a positive value; - use the LSB part for the distance and X/Y positions; - update todo.
2008-03-10 * digital/io/srcJérémy Dufour
- add ''public'' API to update and get the status of the asserv board.
2008-03-10 * digital/io/srcJérémy Dufour
- remove useless enum in asserv module.
2008-03-09 * digital/ioJérémy Dufour
- add asserv communication implementation (not fully completed); - correct a few English errors in asserv module (header and documentation); - add main timer to repeat the main loop every 4.444 ms; - add build system.
2008-03-09 * digital/ioJérémy Dufour
- add README for the io board; - create ''public'' API to communicate with the asserv board using TWI; - correct english error in documentation.
2008-03-07 * digital/io/docJérémy Dufour
- change word abbreviation (w) to byte (b).
2008-03-06Added the ia header file.Nélio Laranjeiro
2008-03-06Update the FSM.Nélio Laranjeiro
2008-03-05 * orders/olimex_2008-03-06:Nicolas Schodet
- added board and gerbers.
2008-03-04 * digital/io/pcb:Nicolas Schodet
- added silkscreen.
2008-03-04 * digital/io/pcb:Nicolas Schodet
- changed board version.
2008-03-04 * digital/io/doc/proto_asserv.txtJérémy Dufour
- correct typo and others errors (thanks to ni).
2008-03-04 * digial/io/docJérémy Dufour
- add a document to describe the communication protocol between the asserv and io cards.
2008-03-03Rename some files.Nélio Laranjeiro
2008-03-03Correct errors.Nélio Laranjeiro
2008-03-03Added the sub State machines of the AI.Nélio Laranjeiro
2008-03-02Added the AI main FSM.Nélio Laranjeiro
2008-02-29A few modifications to replace uncommon capacitors by standard valuesPierre Prot
2008-01-29To be used with bom-am-10.ulpPierre Prot
2007-12-13 * digital/io/pcb:Nicolas Schodet
- olimex_2007-12-13 order.
2007-12-13 * digital/io/pcb:Nicolas Schodet
- connected GND and GNDS. - tuned silkscreen. - fixed two long tracks going under ADC.
2007-12-12 * digital/io/pcb:Nicolas Schodet
- routed.
2007-12-12 * digital/io:Nicolas Schodet
- added PCB. - pre-routed.