New pages
From Federal Burro of Information
Jump to navigationJump to search
- 18:01, 19 December 2024 Quick histogram python (hist | edit) [195 bytes] David (talk | contribs) (Created page with "category:script <pre> #!/usr/bin/env python3 #-*- coding: utf-8 -*- import numpy as np import matplotlib.pyplot as plt myarr = np.loadtxt("numbers.txt") plt.hist(myarr) plt.show() </pre>")
- 03:09, 5 December 2024 Mcp4725 (hist | edit) [1,306 bytes] David (talk | contribs) (Created page with " test script: <pre> #include <Wire.h> #include <Adafruit_MCP4725.h> Adafruit_MCP4725 dac; // Set this value to 9, 8, 7, 6 or 5 to adjust the resolution #define DAC_RESOLUTION (9) const int pinoAnalogo = A1; void setup(void) { Serial.begin(9600); // MCP4725A1 address is 0x62 (default) // MCP4725A1 address is 0x63 (ADDR pin tied to VCC) // MCP4725A1 address is 0x60 (ADDR pin tied to GND) dac.begin(0x60); //I have my ADDR pin connected to GND so address...")
- 00:17, 14 November 2024 Pottery (hist | edit) [63 bytes] David (talk | contribs) (Created page with " == links of note == * https://akirasatake.com/kohiki-gallery")
- 03:24, 8 November 2024 Donald Trump Campaign Promises - Circa Nov 2024 (hist | edit) [24,876 bytes] David (talk | contribs) (Created page with "sources: * https://www.bbc.com/news/articles/cev90d7wkk0o * https://www.politico.com/news/2024/11/06/donald-trump-second-term-policies-00187157 --- "Day one [...] We're closing the border, and we're drilling, drilling, drilling."")
- 00:57, 3 November 2024 Recipes To Try (hist | edit) [189 bytes] David (talk | contribs) (Created page with " ; Cannelés de Bordeaux : https://www.adamwitt.co/allrecipes/z68a5tgnm8njf6j-hfxcw-k78ex-x49as-tc9dx-b8jff-f3mn6-e4t8a-l35wt-gwttg-l652p-5msm9-262fp-g3748-mccje-nlj4y category:recipes")
- 00:47, 3 November 2024 DAC for ESP32 or any arduino (hist | edit) [217 bytes] David (talk | contribs) (Created page with " good video: https://www.youtube.com/watch?v=HQVSznvnHh8")
- 23:06, 26 October 2024 Comparing ESP32s (hist | edit) [6,435 bytes] David (talk | contribs) (Created page with " {| class="wikitable" style="margin:auto" |+ Caption text |- ! Header text !! Header text !! Header text |- | Chip || ESP32-C3-WROOM-02 || Example |- | Board || ESP32-C3-DevKitC-02v1.1 || ESP32-C3-DevkKitM-1-v1.6 |- | Example || Example || Example |}")