Related changes

X1201
Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 19:10, 10 September 2024
   
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

8 September 2024

     19:36 Comments log 79.154.157.187 talk posted a new comment on X1200(Hello, Could somebody explain the difference between pinctrl set 16 op dh/dl and pinctrl set 16 pu/pd?)

5 September 2024

     15:20 Comments log Lisa talk contribs posted a new comment on X1200(Hi;How to Charge:[5Vdc 5A via USB Type-C of X1200]; whenever you use a UPS, you must power the Raspberry Pi through the UPS expansion board. Do not power the Raspberry Pi directly.)

4 September 2024

     04:49 Comments log 87.122.222.160 talk posted a new comment on X1200(Hello all, I edited a script for shutting down on powerloss after x seconds. For automatic shutdown, I call it with crontab. The mod of the file has to be changed to 755 before. (chmod) I hope this helps. Greetings Below the Script: #!/usr/bin/env python3 #This python script is only suitable for UPS Shield X1200, X1201 and X1202 import gpiod import time from subprocess import call PLD_PIN = 6 chip = gpiod.Chip('gpiochip4') pld_line = chip.get_line(PLD_PIN) pld_line.request(consumer="PL...)