File tree Expand file tree Collapse file tree 11 files changed +22
-82
lines changed Expand file tree Collapse file tree 11 files changed +22
-82
lines changed Original file line number Diff line number Diff line change
1
+ github : loboris
2
+ custom : https://www.paypal.me/BLovosevic
Original file line number Diff line number Diff line change 16
16
17
17
***
18
18
19
+ _ ** If you find this project useful, you can contribute by making a donation** _ [ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.me/BLovosevic )
20
+
21
+ ***
22
+
19
23
This implementation was based on Sipeed [ ** MaixPy** ] ( https://github.com/sipeed/MaixPy ) , but it deverged from it and is now a completely independent project.<br >
20
24
21
25
### Main features:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file is part of the MicroPython ESP32 project, https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo
2
+ * This file is part of the MicroPython K210 project, https://github.com/loboris/MicroPython_K210_LoBo
3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2018 LoBo (https://github.com/loboris)
6
+ * Copyright (c) 2019 LoBo (https://github.com/loboris)
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ static void _init_i2c_object(mp_machine_i2c_obj_t *self)
618
618
619
619
if ((self -> slave_busy ) && (self -> slave_rolen == 0 )) self -> slave_rolen = 1 ;
620
620
621
- // Setup I2C master
621
+ // Setup I2C slave
622
622
memset (& slave_state , 0 , sizeof (i2c_slave_state_t ));
623
623
memset (& task_state , 0 , sizeof (i2c_slave_state_t ));
624
624
Original file line number Diff line number Diff line change 8
8
* Slightly modified mqtt library from https://github.com/espressif/esp-mqtt
9
9
*
10
10
* Copyright (c) 2018 tuanpm (https://github.com/tuanpmt/espmqtt)
11
- * Copyright (c) 2018 LoBo (https://github.com/loboris)
11
+ * Copyright (c) 2019 LoBo (https://github.com/loboris)
12
12
*/
13
13
14
14
#include "platform_k210.h"
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file is part of the MicroPython ESP32 project, https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo
2
+ * This file is part of the MicroPython K210 project, https://github.com/loboris/MicroPython_K210_LoBo
3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2018 LoBo (https://github.com/loboris)
6
+ * Copyright (c) 2019 LoBo (https://github.com/loboris)
7
7
*
8
8
* Permission is hereby granted, vPortFree of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file is part of the MicroPython ESP32 project, https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo
2
+ * This file is part of the MicroPython K210 project, https://github.com/loboris/MicroPython_K210_LoBo
3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2018 LoBo (https://github.com/loboris)
6
+ * Copyright (c) 2019 LoBo (https://github.com/loboris)
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file is part of the MicroPython ESP32 project, https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo
2
+ * This file is part of the MicroPython K210 project, https://github.com/loboris/MicroPython_K210_LoBo
3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2018 LoBo (https://github.com/loboris)
6
+ * Copyright (c) 2019 LoBo (https://github.com/loboris)
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file is part of the MicroPython ESP32 project, https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo
2
+ * This file is part of the MicroPython K210 project, https://github.com/loboris/MicroPython_K210_LoBo
3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2018 LoBo (https://github.com/loboris)
6
+ * Copyright (c) 2019 LoBo (https://github.com/loboris)
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Image creator for the littlefs
3
3
*
4
- * This file is part of the MicroPython ESP32 project, https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo
5
- *
6
- * Copyright (c) 2018 LoBo (https://github.com/loboris)
7
- *
4
+ * This file is part of the MicroPython K210 project, https://github.com/loboris/MicroPython_K210_LoBo
5
+ *
8
6
* The MIT License (MIT)
9
7
*
8
+ * Copyright (c) 2019 LoBo (https://github.com/loboris)
9
+ *
10
10
* Permission is hereby granted, free of charge, to any person obtaining a copy
11
11
* of this software and associated documentation files (the "Software"), to deal
12
12
* in the Software without restriction, including without limitation the rights
You can’t perform that action at this time.
0 commit comments