Lsta updates from 37C3
This commit is contained in:
parent
2dcae5db6f
commit
ab1e29d663
2 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
|
||||
# blackmagic-1
|
||||
target extended-remote 192.168.27.252:2022
|
||||
# target extended-remote 192.168.27.252:2022
|
||||
|
||||
# blackmagic-2
|
||||
# target extended-remote 192.168.27.114:2022
|
||||
# target extended-remote 193.168.27.114:2022
|
||||
|
||||
# blackmagic-3
|
||||
# target extended-remote 192.168.27.207:2022
|
||||
target extended-remote 192.168.27.207:2022
|
||||
|
||||
# blackmagic-4
|
||||
# target extended-remote 192.168.27.153:2022
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ int main(void) {
|
|||
GPIOC->OTYPER = (1<<1) | (1<<2);
|
||||
GPIOC->AFR[1] = AFRH(10, 2);
|
||||
GPIOC->OSPEEDR = (3<<10);
|
||||
GPIOC->BRR = (1<<1) | (1<<2); /* Disable fans */
|
||||
GPIOC->BRR = (1<<1) | (1<<2); /* Turn down fans (most fans don't turn off at 0% PWM) */
|
||||
|
||||
/* GPIOD:
|
||||
* D0-D6: (testpoint)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue