aboutsummaryrefslogtreecommitdiffstats
path: root/docs/API_Server.md
Commit message (Collapse)AuthorAgeFilesLines
* ads1220: Add ADS1220 bulk sensor to load_cellGareth Farrington2024-07-311-0/+15
| | | | | | Add support for the ADS1220 as an alternative to HX71x that supports SPI and higher sample rates. Signed-off-by: Gareth Farrington <gareth@waves.ky>
* hx71x: Load Cell Skeleton and HX71x bulk ADCGareth Farrington2024-07-311-0/+15
| | | | | | | * Create the load_cell host module skeleton to create the sensors and start taking samples. * Add support for the HX717 and HX711 ADC sensors. Signed-off-by: Gareth Farrington <gareth@waves.ky>
* docs: add rapid probing documentationEric Callahan2024-06-191-0/+127
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Add link to Moonraker in API_Server.mdKevin O'Connor2022-04-091-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* angle: Initial support for angle sensor calibrationKevin O'Connor2022-03-291-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sensor_angle: Add support for bulk querying of spi angle sensorsKevin O'Connor2022-03-291-0/+18
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* motan: Add support for dumping and analyzing adxl345 dataKevin O'Connor2021-08-301-0/+20
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* motion_report: Add support for dumping steps/trapq via API serverKevin O'Connor2021-08-221-0/+43
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Use hash marks for header linesKevin O'Connor2021-07-271-10/+5
| | | | | | Consistently use leading hash marks (#) to note section headers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-5/+7
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* docs: Fix missing backtick in API_Server.mdKevin O'Connor2021-06-061-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Avoid link descriptions that span multiple linesKevin O'Connor2021-05-281-2/+2
| | | | | | | The Jekyll markdown renderer gets confused by links that span multiple lines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move status field reference to new Status_Reference.md fileKevin O'Connor2021-04-281-3/+2
| | | | | | | Move the reference of "printer" status fields from Command_Templates.md to a new Status_Reference.md file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Prefer Jinja2 "set" directive to default_parameter_xxx in examplesKevin O'Connor2021-04-261-5/+1
| | | | | | The "set" directive is more flexible and easier to understand. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Document "register_remote_method" endpointArksine2020-11-041-0/+30
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Provide response_template in subscription examples in API_Server.mdKevin O'Connor2020-10-171-2/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add initial API_Server.md documentKevin O'Connor2020-10-171-0/+293
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>