Peter Hinch
6f1366f8fc
README: Add reference to micropython-touch. Other doc fixes
2024-03-25 13:54:46 +00:00
Peter Hinch
3c91145d52
README.md: Fix corrupt link.
2024-03-21 17:15:31 +00:00
Peter Hinch
bcfccf62f7
SERIALISATION.md: Add note re CBOR.
2024-02-22 12:26:48 +00:00
peterhinch
8790817f4b
temp: Add image for bug report.
2024-01-18 14:33:00 +00:00
Peter Hinch
745178a1cc
Document MAX31328.
2024-01-14 12:39:17 +00:00
Peter Hinch
5467922014
astonomy: Fix bug in is_up method.
2024-01-03 14:40:05 +00:00
Peter Hinch
6d639f0008
astronomy: RiSet fix bug in .has_risen() and .has_set().
2023-12-29 11:17:07 +00:00
Peter Hinch
8f6463845d
astronomy: Fix README.md.
2023-12-25 10:27:40 +00:00
Peter Hinch
03c924d6b4
astronomy: Add moonphase.py.
2023-12-25 10:04:33 +00:00
Peter Hinch
ecd9b4d94e
astronomy: Fix bug in sun_moon.set_lto.
2023-12-20 10:20:43 +00:00
Peter Hinch
b4aae38fc4
astronomy: Transpose definition of twilight start and end.
2023-12-17 08:47:51 +00:00
Peter Hinch
f9107de893
Temp commit
2023-12-16 19:11:46 +00:00
Peter Hinch
0062b0f9a1
astronomy: Add twilight support.
2023-12-15 08:54:45 +00:00
Peter Hinch
8c587764da
astronomy: Change to README.md
2023-12-14 11:50:29 +00:00
Peter Hinch
6916336f39
astronomy: Improve docs.
2023-12-11 11:13:32 +00:00
Peter Hinch
7a49494936
astronomy: Improve docs.
2023-12-11 10:39:39 +00:00
Peter Hinch
e55334f690
astronomy: Changes to README.md
2023-12-08 18:15:37 +00:00
Peter Hinch
2068a3946e
astronomy: Improve docs.
2023-12-06 17:07:48 +00:00
Peter Hinch
8e9b9c8441
Further improvements to precision.
2023-12-06 13:17:58 +00:00
Peter Hinch
b3f27dfae0
astronomy: Update docs and code.
2023-12-06 11:49:04 +00:00
Peter Hinch
baf4251274
astronomy: Improve docs.
2023-12-04 17:20:08 +00:00
Peter Hinch
9ef5dd7f96
astronomy: Apply algorithm improvements.
2023-12-04 12:01:27 +00:00
Peter Hinch
d3790626c4
sun_moon_test.py: Add precomputed expected results.
2023-12-02 17:01:06 +00:00
Peter Hinch
8281a9cbda
Add package.json and test script.
2023-12-01 16:41:40 +00:00
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