Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdreg committed Nov 27, 2023
1 parent 4612035 commit ab35500
Show file tree
Hide file tree
Showing 41 changed files with 3,261 additions and 2,047 deletions.
10 changes: 5 additions & 5 deletions content/en/docs/BinaryIO/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ print(f"Result for ADC value {adc_buzz} (hex {hex(adc_buzz)}): {result}")
```

Output:
```
```plaintext
Combined ADC value (hex): 0x308
Result for ADC value 776 (hex 0x308): 5.0015624999999995
```
Expand All @@ -696,7 +696,7 @@ int main() {
```

Output:
```
```plaintext
Combined ADC value (hex): 0x308
Result for ADC value 776 (hex 0x308): 5.001562
```
Expand All @@ -711,14 +711,14 @@ Here is a Python Script for computing the PWM for Buzzpirat.
For example, setup PWM with Period of 1msec, 50% duty cycle. Using 1:1 Prescaler.

Modify only the 3 lines:
```
```plaintext
Prescaler=1 # 1:1
PwmPeriod=1e-3 # 0.1msec
DutyCycleInPercent=.5 # 50%
```

It will output:
```
```plaintext
======================
PwmPeriod: 0.00100000000000000002 sec.
Tcy: 0.00000006250000000000 sec.
Expand Down Expand Up @@ -848,7 +848,7 @@ int main() {
```

Output:
```
```plaintext
======================
PwmPeriod: 0.00100000000000000002 sec.
Tcy: 0.00000006250000000000 sec.
Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/Firmware Update/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Download the last buzzloader app (There are versions available for Windows, Linu
- check for the new COM port assignment in the device manager (e.g., COM29)

Make sure to close Tera Term or any other software that might be using the COM port to free it up and execute:
```
```plaintext
buzzloader.exe --dev=COM29 --hex=BZ-firmware-v7.1.6969.hex
```

Just ignore a800...ERROR[50] error message, it's a known issue and the firmware is updated correctly.
```
```plaintext
Writing page 41 row 331, a580...OK
Writing page 41 row 332, a600...OK
Writing page 41 row 333, a680...OK
Expand Down Expand Up @@ -62,7 +62,7 @@ More information on how to update it can be found here:
- http://dangerousprototypes.com/forum/index.php?topic=8498.0


{{< alert color="warning" title="Warning" >}}BOOTLOADER UPDATE IS RISKY, YOU COULD BRICK YOUR BUS PIRATE, AND I AM NOT RESPONSIBLE FOR ANY DAMAGES.{{< /alert >}}
{{< alert color="warning" title="Warning" >}}BOOTLOADER UPDATE IS RISKY, YOU COULD BRICK YOUR BUS PIRATE, AND I AM NOT RESPONSIBLE FOR ANY DAMAGES. LEARN HOW TO [UNBRICK]({{< ref "/Unbrick" >}}){{< /alert >}}

----------------

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/Getting started/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting Started
description: What does your user need to know to try your project?
description: I've purchased a Buzzpirat, but I have no knowledge of electronics or hardware hacking. What should I do now?
categories: [Examples, Placeholders]
tags: [test, docs]
weight: 2
Expand Down

0 comments on commit ab35500

Please sign in to comment.