Wykres commitów

  • 6f1366f8fc README: Add reference to micropython-touch. Other doc fixes master Peter Hinch 2024-03-25 13:54:46 +0000
  • 3c91145d52 README.md: Fix corrupt link. Peter Hinch 2024-03-21 17:15:31 +0000
  • bcfccf62f7 SERIALISATION.md: Add note re CBOR. Peter Hinch 2024-02-22 12:26:48 +0000
  • 8790817f4b temp: Add image for bug report. peterhinch 2024-01-18 14:33:00 +0000
  • 745178a1cc Document MAX31328. Peter Hinch 2024-01-14 12:39:17 +0000
  • 5467922014 astonomy: Fix bug in is_up method. Peter Hinch 2024-01-03 14:40:05 +0000
  • 6d639f0008 astronomy: RiSet fix bug in .has_risen() and .has_set(). Peter Hinch 2023-12-29 11:17:07 +0000
  • 8f6463845d astronomy: Fix README.md. Peter Hinch 2023-12-25 10:27:40 +0000
  • 03c924d6b4 astronomy: Add moonphase.py. Peter Hinch 2023-12-25 10:04:33 +0000
  • ecd9b4d94e astronomy: Fix bug in sun_moon.set_lto. Peter Hinch 2023-12-20 10:20:43 +0000
  • b4aae38fc4 astronomy: Transpose definition of twilight start and end. Peter Hinch 2023-12-17 08:47:51 +0000
  • f9107de893 Temp commit Peter Hinch 2023-12-16 19:11:46 +0000
  • 0062b0f9a1 astronomy: Add twilight support. Peter Hinch 2023-12-15 08:54:45 +0000
  • 8c587764da astronomy: Change to README.md Peter Hinch 2023-12-14 11:50:29 +0000
  • 6916336f39 astronomy: Improve docs. Peter Hinch 2023-12-11 11:13:32 +0000
  • 7a49494936 astronomy: Improve docs. Peter Hinch 2023-12-11 10:39:39 +0000
  • e55334f690 astronomy: Changes to README.md Peter Hinch 2023-12-08 18:15:37 +0000
  • 2068a3946e astronomy: Improve docs. Peter Hinch 2023-12-06 17:07:48 +0000
  • 8e9b9c8441 Further improvements to precision. Peter Hinch 2023-12-06 13:17:58 +0000
  • b3f27dfae0 astronomy: Update docs and code. Peter Hinch 2023-12-06 11:49:04 +0000
  • baf4251274 astronomy: Improve docs. Peter Hinch 2023-12-04 17:20:08 +0000
  • 9ef5dd7f96 astronomy: Apply algorithm improvements. Peter Hinch 2023-12-04 12:01:27 +0000
  • d3790626c4 sun_moon_test.py: Add precomputed expected results. Peter Hinch 2023-12-02 17:01:06 +0000
  • 8281a9cbda Add package.json and test script. Peter Hinch 2023-12-01 16:41:40 +0000
  • 0bc573837a Update astronomy WIP. Peter Hinch 2023-11-30 15:44:14 +0000
  • d29fb19eb4 astronomy/sun_moon.py: Beta version and docs. Peter Hinch 2023-11-29 12:13:28 +0000
  • 6535469252 sun_moon.py: Reduce test output. Peter Hinch 2023-11-28 09:23:30 +0000
  • e65b15fd6d Add astronomy/sun_moon.py. Peter Hinch 2023-11-27 17:21:11 +0000
  • 56b06d26e9 Add parse2d section. peterhinch 2023-06-07 18:11:09 +0100
  • 8831addf28 Add parse2d section. peterhinch 2023-06-07 18:06:10 +0100
  • 2f5ccec474 README.md: Add GCD algorithm. peterhinch 2023-05-22 09:57:37 +0100
  • 867fe90a3b date.py: update to match nanon-gui. peterhinch 2023-05-06 17:10:10 +0100
  • c555c61e2a ds3231_gen.py: Remove redundant line. peterhinch 2023-05-02 10:47:45 +0100
  • 717e6cc71a README: Add pointer to official samples. peterhinch 2023-04-17 17:18:42 +0100
  • 5133a7c242
    Merge pull request #31 from dogtopus/update-minipb-examples Peter Hinch 2023-03-06 17:56:56 +0000
  • e832880b48
    Minor rewording and update micropython-lib URL dogtopus 2023-03-06 00:37:41 -0400
  • ffb7eefc1f
    Update minipb examples dogtopus 2023-03-06 00:30:45 -0400
  • 6c478601a6 ds3231_gen: move setting RTC from code to docs. peterhinch 2023-02-28 17:54:43 +0000
  • 14ebf88797 Add general purpose DS3231 driver. peterhinch 2023-02-28 13:26:32 +0000
  • 4691354a40 Add date module. peterhinch 2023-02-23 17:24:56 +0000
  • e15e3219b2 DS3231: Update docs. peterhinch 2023-02-17 13:16:10 +0000
  • 7eedf5e3c1 README.md: Update NTP info. peterhinch 2023-02-01 18:59:05 +0000
  • 500b920f17 Add notes on import. peterhinch 2023-01-14 16:57:24 +0000
  • e5f1197c8a Add notes on import. peterhinch 2023-01-14 10:54:05 +0000
  • 895c1dc81f Add notes on import. peterhinch 2023-01-14 10:47:33 +0000
  • 42899a0036 Add notes on import. peterhinch 2023-01-14 10:34:17 +0000
  • b2a0c6f17d Replace refs to PicoWeb with Microdot. Delete refs to upip and micropip. peterhinch 2022-11-24 13:59:27 +0000
  • c8aef81c5d Replace refs to PicoWeb with Microdot. Delete refs to upip and micropip. peterhinch 2022-11-24 13:56:43 +0000
  • c5e7c6b82b Update instructions on installing library modules. peterhinch 2022-11-01 09:21:49 +0000
  • be93f1ec56
    Comment correction @ save_time function Kyuchumimo 2022-08-11 14:44:02 -0600
  • 2247e86ff1 ntptime.py: Error trapping as suggested by @Hamsanger. Peter Hinch 2022-07-30 18:39:11 +0100
  • bb47bbded7 Add ntptime.py. Peter Hinch 2022-07-27 10:43:54 +0100
  • bf14803480 Add ntptime.py. Peter Hinch 2022-07-27 10:35:12 +0100
  • 7379c9085a Improve encoder_portable.py Peter Hinch 2022-04-19 13:14:19 +0100
  • 3778b17918 ENCODERS.md: minor fixes. Peter Hinch 2022-04-16 14:07:50 +0100
  • c931e814e3 ENCODERS.md: minor fixes. Peter Hinch 2022-04-16 13:55:52 +0100
  • 5843b7b5a3 ENCODERS.md: minor fixes. Peter Hinch 2022-04-14 12:11:59 +0100
  • 2a08f14a67 ENCODERS.md: add schematics. Peter Hinch 2022-04-14 10:43:56 +0100
  • becc04d554 ENCODERS.md: add schematics. Peter Hinch 2022-04-14 10:29:43 +0100
  • 4eb4207188 Add encoder_conditioner schematic. Peter Hinch 2022-04-13 12:40:24 +0100
  • b19fa14715 Encoders: add to algorithm notes. Peter Hinch 2022-04-06 17:55:34 +0100
  • 55955fa8d8 Encoders: add to algorithm notes. Peter Hinch 2022-04-06 17:45:21 +0100
  • b5dbfd6d03 Encoders: document algorithm. Peter Hinch 2022-03-31 19:01:20 +0100
  • 8496edf9a0 Encoders: improve description of synchronisation. Peter Hinch 2022-03-30 15:29:58 +0100
  • 50f8d2fd2a micropip README: add note about unofficial packages. Peter Hinch 2022-01-31 10:44:38 +0000
  • f1ac15a327 Add RP2 fast encoder. Peter Hinch 2022-01-01 15:43:20 +0000
  • 388034195e Encoders: allow value to be set. Peter Hinch 2021-12-06 09:57:41 +0000
  • ad9459767d README: Add reference to monitor. Peter Hinch 2021-11-05 17:35:11 +0000
  • 308367776d
    Merge pull request #25 from IhorNehrutsa/master Peter Hinch 2021-10-15 10:39:32 +0100
  • cd54064ee0 Add method to get raw value() IhorNehrutsa 2021-10-14 22:25:43 +0300
  • 577a3ab67b Encoders: add changes suggested by IhorNehrutsa. Peter Hinch 2021-10-14 19:01:28 +0100
  • 85b581066f encoders/encoder_state.py: Rename callback to _callback IhorNehrutsa 2021-10-12 18:47:35 +0300
  • 8bb0303837 Encoders: Remove self.interrupt = pin.irq() IhorNehrutsa 2021-10-08 04:17:55 +0300
  • ccce715584 Encoders: Update docs IhorNehrutsa 2021-10-08 04:07:24 +0300
  • 59ddd7a90c Encoders: Rename x_callback to a_callback and y_callback to b_callback IhorNehrutsa 2021-10-08 02:57:53 +0300
  • c2a8a10f15 Encoders: Add encoders_test.py IhorNehrutsa 2021-10-08 02:49:53 +0300
  • bc69321f7d Encoders: Add state machine based encoder_state.py IhorNehrutsa 2021-10-08 02:46:18 +0300
  • 0e08c73c17 Encoders: yapf formatting IhorNehrutsa 2021-10-08 02:40:04 +0300
  • 52eeb2220c Encoders/encoder_timed.py: Fix ZeroDivisionError IhorNehrutsa 2021-10-08 02:34:16 +0300
  • 097d664d53 Encoders/encoder_timed.py: Make callbacks according to encoder_portable.py IhorNehrutsa 2021-10-08 02:32:46 +0300
  • f33c824047 Encoders/encoder_portable.py: Make callbacks faster IhorNehrutsa 2021-10-08 02:28:29 +0300
  • a1bcade836 Encoders: Make the "scale=1" parameter the same for all files IhorNehrutsa 2021-10-08 02:23:36 +0300
  • dd666b136f Encoders: Add getter and setter for raw encoder value IhorNehrutsa 2021-10-08 02:15:01 +0300
  • 919479e145 Encoders: Fix position rounding IhorNehrutsa 2021-10-08 02:10:07 +0300
  • d6ec83b71f Encoders: Rename pin_x to pin_a, pin_y to pin_b IhorNehrutsa 2021-10-08 01:57:33 +0300
  • f8e7ebabae SERIALISATION.md Fix broken link. Peter Hinch 2021-09-28 07:16:12 +0100
  • 840df9a103 DS3231 add note on Pyboard Lite. Peter Hinch 2021-09-14 06:43:02 +0100
  • 0d27d95e80 Update build scripts to handle submodules. Peter Hinch 2021-09-12 14:49:42 +0100
  • c1c2cb7c71 ENCODERS.md: Add note on missed pulses. encoder.py: replace property with function. Peter Hinch 2021-08-15 17:26:48 +0100
  • 2f5f2d0c3d README reference MessagePack. Peter Hinch 2021-08-01 16:52:29 +0100
  • 1fee1e3db6 README reference MessagePack. Peter Hinch 2021-08-01 16:51:31 +0100
  • 866912e1d7 Serialisation: add reference to MessagePack. Peter Hinch 2021-07-29 12:04:18 +0100
  • a0cef58a8b Serialisation: add reference to MessagePack. Peter Hinch 2021-07-29 11:53:52 +0100
  • 1f3ee31cc6 Update encoders docs and samples. Peter Hinch 2021-07-19 08:51:53 +0100
  • 50d0e11481 Update encoders docs and samples. Peter Hinch 2021-07-19 08:51:07 +0100
  • 8db2e2c567 Update encoders docs and samples. Peter Hinch 2021-07-19 08:45:20 +0100
  • 72ca2425dc Update encoders docs and samples. Peter Hinch 2021-07-19 08:43:25 +0100
  • e245f6f37a README,md Encoder section: add ref to Dave Hylands' Pyboard script. Peter Hinch 2021-07-04 13:59:31 +0100
  • 425f66e84e README: add detail to encoder section. Peter Hinch 2021-07-04 12:24:28 +0100
  • 210db10f36 README: add ref to async encoder driver. Peter Hinch 2021-06-30 10:29:07 +0100