|
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 Site /
Preferences(:nl:)(:Summary: Preferences for access keys and edit form:) Preferences for access keys and edit form This page can be used as template for (personal) preferences, or set as default site preference (see below). -> # Access keys - hold Alt (Windows IE), Shift + Alt (Firefox) # or Control (Mac) and tap the indicated key on your keyboard # to trigger the corresponding action. # 'ak_view' => '' , # view page 'ak_edit' => 'e', # edit page 'ak_history' => 'h', # page history # 'ak_print' => '', # print view of page 'ak_recentchanges' => 'c', # Recent Changes 'ak_save' => 's', # save page 'ak_saveedit' => 'u', # save and keep editing 'ak_savedraft' => 'd', # save as draft 'ak_preview' => 'p', # preview page 'ak_textedit' => ',' # focus to edit textarea (at the end) 'ak_em' => 'i', # emphasized text (italic) 'ak_strong' => 'b', # strong text (bold) <:vspace> # 'ak_attach' => '', # attach a file # 'ak_backlinks' => '', # show backlinks # 'ak_logout' => '', # log out <:vspace> # Editing components 'e_rows' => '20', # rows in edit textarea 'e_cols' => '70', # columns in edit textarea 'Site.EditForm' => 'Site.EditForm' # location of EditForm To create personal user (browser) preferences, * make a copy of this page somewhere, preferably as @@Profiles.''insert_your_name_here''-Preferences@@ * edit that page with your new preferred settings, * select Set Preferences of this Page on the page containing your newly created settings. -> This sets a preference cookie on your browser which tells PmWiki where to find your personal preference settings. To revert to the PmWiki default preferences * select Revert to PmWiki Default Preferences to unset the preference cookie See also Cookbook:UserConfigurations about how to customise the edit form for personal use. Note that by default, parsing of Site.Preferences is disabled. To make it the default site preference, add XLPage('prefs', "Site.Preferences");
to a config file (e.g. local/config.php). To disable user preferences entirely set $EnablePrefs = 0;(:nl:) |
(: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 July 13, 2012, at 11:59 PM