Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
Code-Repo
Compare Revisions
This comparison shows the changes necessary to convert path
→
/PIC Stuff/PIC_27J13/pwm.h @ HEAD
→
/PIC Stuff/PIC_27J13/pwm.h @ 119
↔
Reverse comparison
Compare Path:
Rev
With Path:
Rev
Problem with comparison.
Ignore whitespace
Rev HEAD → Rev 119
/PIC Stuff/PIC_27J13/pwm.h
0,0 → 1,10
#ifndef __pwm_h
#define __pwm_h
void pwm_init(void);
void pwm_start(void);
void pwm_stop(void);
static char pwm_on = 0;
#endif