• Joined on 2024-06-27
Filip pushed to dev at Filip/Proculite.Common 2024-09-30 21:30:21 +02:00
458acfcd85 Created SymmetricCryptoStream and SimpleAes classes.
Filip pushed to dev at Filip/Proculite.GpioRest 2024-09-28 23:27:07 +02:00
7c869a63cf Added an option to require a key for access to API.
Filip created branch feature/key in Filip/Proculite.GpioRest 2024-09-28 23:26:52 +02:00
Filip pushed to feature/key at Filip/Proculite.GpioRest 2024-09-28 23:26:52 +02:00
7c869a63cf Added an option to require a key for access to API.
Filip pushed to dev at Filip/Proculite.GpioRest 2024-09-28 20:18:47 +02:00
e7eef31b7e Renamed method PinValueModelOfPin to PinModelOfPin.
5d6d13037a Added endpoint that sets pin's frequency.
238915b8cd Added frequency to each pin.
2116398f95 Changed name of PinValueModel to PinModel.
e97f3222fb Created endpoint that sets value of pin.
Compare 9 commits »
Filip pushed to feature/pwm at Filip/Proculite.GpioRest 2024-09-28 11:30:46 +02:00
e7eef31b7e Renamed method PinValueModelOfPin to PinModelOfPin.
Filip pushed to feature/pwm at Filip/Proculite.GpioRest 2024-09-28 11:26:31 +02:00
5d6d13037a Added endpoint that sets pin's frequency.
Filip pushed to feature/pwm at Filip/Proculite.GpioRest 2024-09-28 11:17:44 +02:00
238915b8cd Added frequency to each pin.
2116398f95 Changed name of PinValueModel to PinModel.
Compare 2 commits »
Filip pushed to feature/pwm at Filip/Proculite.GpioRest 2024-09-27 23:57:06 +02:00
e97f3222fb Created endpoint that sets value of pin.
Filip pushed to feature/pwm at Filip/Proculite.GpioRest 2024-09-27 23:44:39 +02:00
fdd1eb8e01 Correctly initialize dictionary.
Filip created branch feature/pwm in Filip/Proculite.GpioRest 2024-09-27 23:41:15 +02:00
Filip pushed to feature/pwm at Filip/Proculite.GpioRest 2024-09-27 23:41:15 +02:00
9d65315b48 Reworked code to use PwmWrapper instead of GpioService.
c2c23f3cc5 Added PwmWrapper class to simplify value management of each pin.
42c3319709 Added reference to Iot.Device.Binding.
Compare 3 commits »
Filip pushed to dev at Filip/Proculite.GpioRest 2024-09-25 20:08:10 +02:00
0d715cf823 Added an endpoint for toggling pin's value.
ed448c9baf Added methods for toggling pin's value.
Compare 2 commits »
Filip pushed to dev at Filip/Proculite.GpioRest 2024-09-25 19:45:48 +02:00
29f0c4788c Added endpoints that set pin to high and low.
7dc4f65cda Added methods for setting pin to low and high.
Compare 2 commits »
Filip pushed to dev at Filip/Proculite.GpioRest 2024-09-25 19:34:47 +02:00
83bba359cb Added an endpoint for all pin values. All pin value endpoints now return PinValueModel.
76f8f4a777 Created PinValueModel.
1ea476ef21 Removing small delay as it does not appear to help.
Compare 3 commits »
Filip pushed to dev at Filip/Proculite.GpioRest 2024-09-25 00:11:54 +02:00
82d7ab5e6f Adding a small delay between setup of pins.
97dc1dbaa7 Returning high or low string from pin-value endpoint.
Compare 2 commits »
Filip pushed to dev at Filip/Proculite.GpioRest 2024-09-25 00:01:55 +02:00
f469f012f8 Added a missing period.
94dcb682c1 Changed pinMode to correct value (Output).
Compare 2 commits »
Filip pushed to dev at Filip/Proculite.GpioRest 2024-09-24 23:57:32 +02:00
95ae6220bb Created an endpoint which reads current value of a pin.
Filip created branch dev in Filip/Proculite.GpioRest 2024-09-24 23:45:12 +02:00
Filip pushed to dev at Filip/Proculite.GpioRest 2024-09-24 23:45:12 +02:00
96c7e17da0 Pin setup.
fdfb0ea2ef Added solution.
44705799b5 Added reference to System.Device.Gpio.
d41603a8af Added GpioService.
a160a894d3 Enabled controllers.