|
Introduction to Microcontroller Programming * Course Index * Introduction * About the Author * About this Course * Feedback * Course Navigation * Quick Course Navigation * How to use this Course * Acronyms Used and Course Conventions About PICmicro Chips * What is a PICmicro? * Microcontrollers * Digital versus Analogue * Inputs and Outputs * Memory * Programming * 16F1937 Architecture Clocking Your PICmicro Devices * Introduction * The Clock Circuit * Clock Settings * Clock Confusion E-Blocks * Introduction to E-blocks * Using E-blocks * E-blocks Boards Flowcode Step By Step * Introduction to Flowcode * Basic Flowcode Functions * Digital Outputs * Digital Inputs * Basic Loops * The LCD Display * Binary Numbers * Decisions * Goto (Connection Point) * 7-Segment Displays * Software Macro * Strings and Memory * A Simple Hi-Fi PICmicro Projects * Introduction to PICmicro Projects * Construction Methods * Choosing a Power Source * Adding Inputs * Input Conditioning * Adding Outputs * Adding Drivers Labs * Introduction and Lesson Plan * 1. Output * 2. Delay * 3. Connection Point * 4. Calculations * 5. Loop * 6. Input * 7. Decision * 8. LCD * 9. Keypad * 10. Analogue + EEPROM * 11. Software Macro * 12. External Interrupt * 13. Timer Interrupt |
(:Summary:Contains the 'action' links (like Browse, Edit, History, etc.), placed at the top of the page, see site page actions:) (:comment This page can be somewhat complex to figure out the first time you see it. Its contents are documented at PmWiki.SitePageActions if you need help. :) * Print (:comment (:if group Site,SiteAdmin,Cookbook,Profiles,PmWiki*:) (:comment delete if and ifend to enable backlinks:) * %item rel=nofollow class=backlinks accesskey='$[ak_backlinks]'% [[{*$Name}?action=search&q=link={*$FullName} | $[Backlinks] ]] (:ifend:) :) * Login PmWiki /
Table of contents(:Summary: PmWiki group header. Includes styles and trail.:) (:comment please leave the multiple style definitions concatenated as a single line. Linebreaks do appear in the output when the wiki is configured with linebreaks enabled -- thanks!:) (:comment included in PmWiki localisation headers and footers :) authors (basic)
(:nl:)(:Audience: authors (basic) :)
(:Summary:Basic automatic table of contents and numbered headings:) A basic table of contents (TOC) and Numbered headings (NH) are included in PmWiki 2.2.119 and can be enabled with the following in config.php: UsageThe feature is based on the recipe Cookbook:AutoTOC but is somewhat simpler. * The table of contents is automatic, there is no need to add some markup in the wiki page.
* It is inserted right before the first heading in the wiki page.
* By default, only pages with 3 or more headings will have a table of contents.
* The visitors can close or open the table of contents, and their last choice will be remembered by their browsers in "localStorage". It is then used also for other pages. And it is used, if the Wiki is revisited later, as long as the "localStorage" is not cleared in the meantime.
* The feature can automatically number the headings in the page.
* Headings in hidden sections ("comment" wikistyle, "display:none") will not be included in the TOC.
* Headings with the The following directives in the wiki page can control the above features: * The TOC will use anchors or identifiers of the headings from the page, if they exist, otherwise it will create a new identifier (hash) based on the structure of the page. The following markups will all create a link with the anchor @@PageUrl#here@@: * @@!! Heading with id %block id=here%@@
* @@!! Heading with inline anchor [[#here]]@@, or
* @@!! [[#here]] Heading with inline anchor@@
* @@[[#here]] If there is no identifier or anchor with a heading, then the anchor will be in the form @@#toc-1.2.1@@ where 1.2.1 is the structural path to the section, in this example "Section 1, subsection 2, sub-subsection 1". ConfigurationThe following local configuration (in local/config.php) can control the default settings: * @@ * @@ * @@ InternationalizationThe following strings can be translated in XLPage, for example in French: "Contents" => "Sommaire", "show" => "afficher", "hide" => "masquer", StylesIf you prefer to see the TOC on the right side, you may want to insert the following in your .PmTOCdiv {
float: right;
margin-left: 5px;
}
You can modify the table elements font size and maximum table height by defining in your .PmTOCdiv {
font-size: 15px;
max-height: 600px;
}
The default font size is 13px and the default maximum height is 500px, you can define own values. When the table height exceeds the max-height value, there is a scrollbar (overflow:auto). See also: Cookbook:AutoTOC. If you previously used AutoTOC you need to disable it when enabling <<? >>bgcolor=#ffe border-top="1px solid black" font-size=.8em<< This page may have a more recent version on pmwiki.org: PmWiki:TableOfContents, and a talk page: PmWiki:TableOfContents-Talk. >><< |
(:Summary: Website page footer:)
Print - (:comment (:if group Site,SiteAdmin,Cookbook,Profiles,PmWiki*:) (:comment delete if and ifend to enable backlinks:) %item rel=nofollow class=backlinks accesskey='$[ak_backlinks]'% [[{*$Name}?action=search&q=link={*$FullName} | $[Backlinks] ]] (:ifend:) :) Search - Login
Page last modified on August 20, 2020, at 04:43 AM