Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:start [2023/08/11 14:05] – oetelaar | en:start [2023/09/03 12:07] (current) – oetelaar | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 8051 Code Uitleg ====== | + | =====Welcome to WisClub |
+ | <WRAP box> | ||
+ | {{: | ||
- | De gegeven code definieert twee macro' | + | Immerse yourself |
+ | We are a club of curious minds sharing a collective love for all things technical. | ||
+ | From the intricate nuances of electronics to the art of turning and milling; from the magical realm of Arduino and Raspberry Pi to futuristic adventures with robots - we explore it all! | ||
- | - **PWM2OutPolarHighAct()**: | + | But we're not just any club; we are a brotherhood of ' |
- | * Deze macro is bedoeld om de uitgangspolariteit van PWM2 (Pulse Width Modulation kanaal 2) te configureren. | + | |
- | * Het maakt gebruik van een bitwise AND gecombineerd met een bitwise NOT (`&=` en `~`) om een specifieke bit, `bPWM2_POLAR`, | + | |
- | * Het resultaat is dat de PWM2 uitgang standaard laag is en hoog wordt geactiveerd (hoog effectief). | + | |
- | - **PWM1OutPolarLowAct()**: | + | Our diversity |
- | * Deze macro is bedoeld om de uitgangspolariteit van PWM1 (Pulse Width Modulation kanaal 1) te configureren. | + | While some of us are maestros in repair, others are wizards |
- | * Het maakt gebruik van een bitwise OR (`|=`) om een specifieke bit, `bPWM1_POLAR`, in het `PWM_CTRL` register te zetten (op 1). | + | |
- | * Het resultaat is dat de PWM1 uitgang standaard hoog is en laag wordt geactiveerd (laag effectief). | + | |
- | **Opmerking**: | + | Whether you're a seasoned tech guru looking for like-minded souls or someone just embarking on a technical journey, WisClub |
- | * Weggooien is Sund : Wasting is a Sin | + | Step in, explore, learn, and share. Together, we make technology accessible and fun! |
- | < | + | |
- | <nspages -tree -r -exclude -subns -pagesInNs -h1 -textNs=" | + | [[: |
- | Markdown code test | + | </ |
- | De gegeven code definieert twee macro' | + | {{ :blog: |
- | 1. **`#define PWM2OutPolarHighAct()(PWM_CTRL &= ~bPWM2_POLAR)`**: | + | <WRAP box> |
- | * Deze macro is bedoeld om de uitgangspolariteit van PWM2 (Pulse Width Modulation kanaal 2) te configureren. | + | |
- | * Het maakt gebruik van een bitwise AND gecombineerd met een bitwise NOT (`&=` en `~`) om een specifieke bit, `bPWM2_POLAR`, | + | |
- | * De naam van de macro, `PWM2OutPolarHighAct`, | + | |
- | 2. **`#define PWM1OutPolarLowAct() (PWM_CTRL |= bPWM1_POLAR)`**: | + | =====Latest updates===== |
- | * Deze macro is bedoeld om de uitgangspolariteit van PWM1 (Pulse Width Modulation kanaal 1) te configureren. | + | |
- | * Het maakt gebruik van een bitwise OR (`|=`) om een specifieke bit, `bPWM1_POLAR`, | + | |
- | * De naam van de macro, `PWM1OutPolarLowAct`, | + | |
- | Het is belangrijk op te merken dat, hoewel de code de werking | + | * Edwin posted about Midjourney AI (NL) : [[blog: |
+ | * Edwin posted about Oscilloscope and probes (NL) [[tut: | ||
+ | * Edwin posted about Digital logic (NL) [[tut: | ||
+ | * Edwin posted about repair of Remeha W21/28 blinking 3/6 no heat [[nl: | ||
+ | </ | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | ===== Page owners ===== | ||
+ | <WRAP tip left> | ||
+ | * San Bergmans or | ||
+ | * Edwin van den Oetelaar | ||
+ | </ |