summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.CAN.rst
Commit message (Collapse)AuthorAge
* stmhal: Add support for sending and receiving CAN RTR messages.Henrik2015-04-18
|
* stmhal: Allow sending CAN messages with timeout=0.Damien George2015-04-16
| | | | Thanks to Henrik Sölver for this patch.
* stmhal: Add support for CAN rx callbacks.Henrik Sölver2015-02-15
|
* Update documentation for the CAN classHenrik Sölver2014-11-30
|
* stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.Damien George2014-11-15
| | | | Also update docs to explain how CAN baudrate is determined.
* docs: Cleanup and update some docs.Damien George2014-10-31
|
* docs: Import documentation from source-code inline comments.Damien George2014-10-31
The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.