Skip to content

Commit 7b0a51a

Browse files
committed
further cleanup/org of docs
1 parent d341d3e commit 7b0a51a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/ar_autoload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Architecture - Device Detection and Loading
1+
# Device Detection and Loading {#device_detection_loading}
22

33
One of the key features of the Flux framework is the ability to automatically detect and load different I2C devices, while placing minimal requirements on the device driver developer.
44

docs/dev_developing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
* @subpage properties_overview
44
* @subpage parameters_overview
5+
* @subpage writing_a_device_class
6+
* @subpage device_detection_loading

docs/device_writing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Writing a Device Class
2+
# Writing a Device Class {#writing_a_device_class}
33

44
A framework device class wraps an underlying device driver, providing the needed functionally to bring the device withing the framework.
55

0 commit comments

Comments
 (0)