|
|
1602aa4297
|
Implement ADS1115 register reading and writing
|
2024-09-04 21:38:12 +02:00 |
|
|
|
992899f0cb
|
Try setting variable PWM frequency with timer2
|
2024-09-04 16:11:41 +02:00 |
|
|
|
ad987996e0
|
Update documentation
|
2024-09-04 03:18:08 +02:00 |
|
|
|
385be3a677
|
Set pin for light MOSFET to low in MOS_Init
|
2024-09-04 03:04:31 +02:00 |
|
|
|
40f039dff9
|
Remove invisible runtime assertions
|
2024-09-04 02:56:58 +02:00 |
|
|
|
c66e15dcc9
|
Remove outdated README for now
|
2024-09-04 02:49:22 +02:00 |
|
|
|
c4b6f8cdd9
|
Rename module TWI to I2C and add comments
|
2024-09-04 02:47:45 +02:00 |
|
|
|
b9443f8cec
|
Read and translate AHT20 sensor readings
|
2024-09-04 00:12:08 +02:00 |
|
|
|
83f6fa58a4
|
Start implementing AHT20 sensor reading
|
2024-09-03 17:29:29 +02:00 |
|
|
|
0e15d5b1e2
|
Move PWM and MOSFET implementations into separate module files
|
2024-09-03 02:47:21 +02:00 |
|
|
|
cd1a481ef6
|
Ensure correct naming for PWM devices
|
2024-09-03 01:41:08 +02:00 |
|
|
|
bee711c9ff
|
Calculate PWM_CYCLE_TOP from F_CPU
|
2024-09-03 01:16:07 +02:00 |
|
|
|
0110c22455
|
Add more general SetMosState() and SetPwmValue() functions
|
2024-09-03 00:52:39 +02:00 |
|
|
|
4453156641
|
Configure PWM timers for 25 KHz
|
2024-09-02 23:12:19 +02:00 |
|
|
|
d60efc009e
|
Handle PWM on pin PD4, PD5 and PD7
|
2024-09-02 20:50:09 +02:00 |
|
|
|
bd34ab7c3a
|
Start working on system initialization
|
2024-09-02 15:40:20 +02:00 |
|
|
|
aefbe4743e
|
Add data sheets for ADS1115 and AHT20
|
2024-09-02 15:39:43 +02:00 |
|
|
|
80fb3a32c9
|
Documentation and minor fixes
|
2024-09-02 03:22:49 +02:00 |
|
|
|
3f336798c3
|
Handle I2C multiplexer channel selection
|
2024-09-02 03:07:44 +02:00 |
|
|
|
19983fb613
|
Implement USART with bot RX and TX interrupts
|
2024-09-02 01:03:59 +02:00 |
|
|
|
2423e0f060
|
Update submodule 'webgui'
|
2024-09-01 15:22:58 +02:00 |
|
|
|
3506ad48e5
|
Change log output formatting
|
2024-09-01 15:22:37 +02:00 |
|
|
|
5688b00b69
|
Update submodule 'tools'
|
2024-09-01 10:54:48 +02:00 |
|
|
|
7bc7d29e26
|
Update submodule 'webgui'
|
2024-09-01 01:23:55 +02:00 |
|
|
|
555213ba61
|
Fix README redundant wording
|
2024-08-31 23:18:46 +02:00 |
|
|
|
c533a2298f
|
Update submodule 'webgui'
|
2024-08-31 22:59:35 +02:00 |
|
|
|
14c796926e
|
Update README
|
2024-08-31 19:30:11 +02:00 |
|
|
|
bebd8d9a51
|
Move README to docs/README
|
2024-08-31 16:54:41 +02:00 |
|
|
|
b34bd2b9fa
|
Update submodule 'webgui'
|
2024-08-31 16:54:23 +02:00 |
|
|
|
03d96ea030
|
Update all submodules
|
2024-08-29 19:05:42 +02:00 |
|
|
|
7d3aba694c
|
Add I2C implementation placeholder files
|
2024-08-29 03:54:36 +02:00 |
|
|
|
e961961a09
|
Update submodule 'webgui'
|
2024-08-28 04:50:45 +02:00 |
|
|
|
9a3ae27a5f
|
Rewrite logging system and sync state with clients
|
2024-08-28 02:36:35 +02:00 |
|
|
|
481170792a
|
Add more debug messages
|
2024-08-28 01:04:59 +02:00 |
|
|
|
ffc9c46a60
|
Pull latest submodule changes for 'webgui'
|
2024-08-28 00:57:04 +02:00 |
|
|
|
b90545b148
|
Handle numeric arguments for TEMP/DEWP commands
|
2024-08-28 00:26:45 +02:00 |
|
|
|
8e45de2b82
|
Add RUN/STOP parser state
|
2024-08-27 22:25:27 +02:00 |
|
|
|
0836f709c3
|
Change placeholder command for frontend testing
|
2024-08-27 21:29:37 +02:00 |
|
|
|
5dbd4b5c9e
|
Update documentation
|
2024-08-27 18:27:56 +02:00 |
|
|
|
2e5e77d09e
|
Add USART specification
|
2024-08-27 18:11:35 +02:00 |
|
|
|
1ecdba78f8
|
Fix code repetition
|
2024-08-27 18:06:39 +02:00 |
|
|
|
337648e98b
|
Add USART documentation
|
2024-08-27 17:39:58 +02:00 |
|
|
|
bb9be52fd3
|
Update submodules 'tools' and 'webgui'
|
2024-08-27 17:35:23 +02:00 |
|
|
|
ce2af6682f
|
Start implementing proper parser state machine
|
2024-08-27 17:22:34 +02:00 |
|
|
|
df0f33e594
|
Add optional project submodules
|
2024-08-27 15:39:57 +02:00 |
|
|
|
ed956f2d79
|
Update README
|
2024-08-27 15:21:21 +02:00 |
|
|
|
e64880f66c
|
Move parser to separate module and add USART_IsDataAvailable
|
2024-08-27 15:11:52 +02:00 |
|
|
|
c716137e1a
|
Add TODO to README
|
2024-08-27 14:48:01 +02:00 |
|
|
|
4ac4901b70
|
Update README
|
2024-08-27 14:44:30 +02:00 |
|
|
|
a2b77e8db6
|
Test command parser state machine
|
2024-08-27 14:35:31 +02:00 |
|