|
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 /
AvailableActions(: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 :) Page actions are applied to wiki pages, as a query string appended to the URL. Security can be applied to all default actions, and script actions with one exception, but not diag actions, through the use of passwords. Also documented are all other URL queries. '''NOTE:''' All actions will be disabled if the following is set:
$EnableActions = 0;
include('pmwiki.php');
This will initialize PmWiki (along with any configuration/customizations that are being made, e.g. from local/config.php), but won't actually perform any actions. The caller can then call the desired action or other functions as desired. This is available from Version 2.2.0-beta22 on up. PmWiki ActionsSee also site page actions.
:?action='''attr''': displays dialog for setting/changing password of the specified page or group of pages, see passwords, see also
:?action='''browse''': display the specified page (default action if no :?action='''crypt''': displays a form for generating hashed passwords out of clear text for usage in your config.php :?action='''diff''': show a change history of the specified page, see page history History of previous edits to a page
:?action='''download'''&upname=''file.ext'': retrieve the page's attachment named ''file.ext'', see :?action='''edit''': edit the specified page, see basic editing PmWiki's basic edit syntax :?action='''login''': prompt visitor for username/password, by default using Site.AuthForm :?action='''logout''': remove author, password, and login information
:?action='''print''': display the specified page using the skin specified by :?action='''refcount''': bring up the reference count form, which allows the user to generate a list of links (all, missing, existing or orphaned) in or from specified groups. See Ref Count Link references counts on pages . Part of the core distribution but must be enabled by the administrator. :?action='''search''': displays searchbox on current page, see search Targeting and customizing search results :?action='''search'''&q=''searchterm'': performs search with ''searchterm'' and displays results on current page :?action='''search'''&q=link=''pagename'': performs backlinks search with ''pagename'' and displays results on current page :?action='''source''': show page source :?action='''atom''': :?action='''rdf''': :?action='''rss''': :?action='''dc''': If web feeds are enabled, returns a syndication feed based on the contents of the page or other options provided by the url, see web feeds Web feed notification of changes :?action='''upload''': display a form to upload an attachment for the current group, see uploads ---- Query string parameters:?'''from'''=''page name'': use when a page is redirected :?'''n'''=''page name'': display page :?'''setprefs'''=''SomeGroup.CustomPreferences'': sets cookie to custom preferences page. See site preferences Customisable browser setting preferences: Access keys, edit form ---- Actions enabled by
|
(: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 June 04, 2020, at 04:48 AM