Wykres commitów

259 Commity (0bc573837a14d5ded03ebd847df1dd6951245755)

Autor SHA1 Wiadomość Data
Peter Hinch 0bc573837a Update astronomy WIP. 2023-11-30 15:44:14 +00:00
Peter Hinch d29fb19eb4 astronomy/sun_moon.py: Beta version and docs. 2023-11-29 12:13:28 +00:00
Peter Hinch 6535469252 sun_moon.py: Reduce test output. 2023-11-28 09:23:30 +00:00
Peter Hinch e65b15fd6d Add astronomy/sun_moon.py. 2023-11-27 17:21:11 +00:00
peterhinch 56b06d26e9 Add parse2d section. 2023-06-07 18:11:09 +01:00
peterhinch 8831addf28 Add parse2d section. 2023-06-07 18:06:10 +01:00
peterhinch 2f5ccec474 README.md: Add GCD algorithm. 2023-05-22 09:57:37 +01:00
peterhinch 867fe90a3b date.py: update to match nanon-gui. 2023-05-06 17:10:10 +01:00
peterhinch c555c61e2a ds3231_gen.py: Remove redundant line. 2023-05-02 10:47:45 +01:00
peterhinch 717e6cc71a README: Add pointer to official samples. 2023-04-17 17:18:42 +01:00
Peter Hinch 5133a7c242
Merge pull request #31 from dogtopus/update-minipb-examples
Update minipb examples (PR from author).
2023-03-06 17:56:56 +00:00
dogtopus e832880b48
Minor rewording and update micropython-lib URL 2023-03-06 00:37:41 -04:00
dogtopus ffb7eefc1f
Update minipb examples
- Clarify why packed repeated fields might be useful and under what circumstances are these not recommended.
- Remove the redundant ']'s from nested schemas. They do nothing and could potentially make future updates to the schema format difficult.
- Update dependencies.
2023-03-06 00:30:45 -04:00
peterhinch 6c478601a6 ds3231_gen: move setting RTC from code to docs. 2023-02-28 17:54:43 +00:00
peterhinch 14ebf88797 Add general purpose DS3231 driver. 2023-02-28 13:26:32 +00:00
peterhinch 4691354a40 Add date module. 2023-02-23 17:24:56 +00:00
peterhinch e15e3219b2 DS3231: Update docs. 2023-02-17 13:16:10 +00:00
peterhinch 7eedf5e3c1 README.md: Update NTP info. 2023-02-01 18:59:05 +00:00
peterhinch 500b920f17 Add notes on import. 2023-01-14 16:57:24 +00:00
peterhinch e5f1197c8a Add notes on import. 2023-01-14 10:54:05 +00:00
peterhinch 895c1dc81f Add notes on import. 2023-01-14 10:47:33 +00:00
peterhinch 42899a0036 Add notes on import. 2023-01-14 10:34:17 +00:00
peterhinch b2a0c6f17d Replace refs to PicoWeb with Microdot. Delete refs to upip and micropip. 2022-11-24 13:59:27 +00:00
peterhinch c8aef81c5d Replace refs to PicoWeb with Microdot. Delete refs to upip and micropip. 2022-11-24 13:56:43 +00:00
peterhinch c5e7c6b82b Update instructions on installing library modules. 2022-11-01 09:21:49 +00:00
Peter Hinch 2247e86ff1 ntptime.py: Error trapping as suggested by @Hamsanger. 2022-07-30 18:39:11 +01:00
Peter Hinch bb47bbded7 Add ntptime.py. 2022-07-27 10:43:54 +01:00
Peter Hinch bf14803480 Add ntptime.py. 2022-07-27 10:35:12 +01:00
Peter Hinch 7379c9085a Improve encoder_portable.py 2022-04-19 13:14:19 +01:00
Peter Hinch 3778b17918 ENCODERS.md: minor fixes. 2022-04-16 14:07:50 +01:00
Peter Hinch c931e814e3 ENCODERS.md: minor fixes. 2022-04-16 13:55:52 +01:00
Peter Hinch 5843b7b5a3 ENCODERS.md: minor fixes. 2022-04-14 12:11:59 +01:00
Peter Hinch 2a08f14a67 ENCODERS.md: add schematics. 2022-04-14 10:43:56 +01:00
Peter Hinch becc04d554 ENCODERS.md: add schematics. 2022-04-14 10:29:43 +01:00
Peter Hinch 4eb4207188 Add encoder_conditioner schematic. 2022-04-13 12:40:24 +01:00
Peter Hinch b19fa14715 Encoders: add to algorithm notes. 2022-04-06 17:55:34 +01:00
Peter Hinch 55955fa8d8 Encoders: add to algorithm notes. 2022-04-06 17:45:21 +01:00
Peter Hinch b5dbfd6d03 Encoders: document algorithm. 2022-03-31 19:01:20 +01:00
Peter Hinch 8496edf9a0 Encoders: improve description of synchronisation. 2022-03-30 15:29:58 +01:00
Peter Hinch 50f8d2fd2a micropip README: add note about unofficial packages. 2022-01-31 10:44:38 +00:00
Peter Hinch f1ac15a327 Add RP2 fast encoder. 2022-01-01 15:43:20 +00:00
Peter Hinch 388034195e Encoders: allow value to be set. 2021-12-06 09:57:41 +00:00
Peter Hinch ad9459767d README: Add reference to monitor. 2021-11-05 17:35:11 +00:00
Peter Hinch 308367776d
Merge pull request #25 from IhorNehrutsa/master
Add  method to get raw value()
2021-10-15 10:39:32 +01:00
IhorNehrutsa cd54064ee0 Add method to get raw value() 2021-10-14 22:25:43 +03:00
Peter Hinch 577a3ab67b Encoders: add changes suggested by IhorNehrutsa. 2021-10-14 19:01:28 +01:00
Peter Hinch f8e7ebabae SERIALISATION.md Fix broken link. 2021-09-28 07:16:12 +01:00
Peter Hinch 840df9a103 DS3231 add note on Pyboard Lite. 2021-09-14 06:43:02 +01:00
Peter Hinch 0d27d95e80 Update build scripts to handle submodules. 2021-09-12 14:52:11 +01:00
Peter Hinch c1c2cb7c71 ENCODERS.md: Add note on missed pulses. encoder.py: replace property with function. 2021-08-15 17:26:48 +01:00