Difference between revisions of "Electronics Friday VII"

From Technologia Incognita
Jump to: navigation, search
m
 
(8 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
Planning to attend:
 
Planning to attend:
 
* Chotee - Likely messing with Micro-Python on ESP32s with PyCharm IDE.
 
* Chotee - Likely messing with Micro-Python on ESP32s with PyCharm IDE.
* Oberoid - Micropython on pycharm. The LedDim class [https://forum.micropython.org/viewtopic.php?f=16&t=4319&sid=b6c9fe8a7bddc3016b3528954729fcbe LedDim class], inherit PWM or has PWM? Will come late in the evening. MateZ!
+
* Oberoid - Micropython: Modules vs classes, objects. <br>The [https://forum.micropython.org/viewtopic.php?f=16&t=4319&sid=b6c9fe8a7bddc3016b3528954729fcbe LedDim class] DimLed '''is''' a PWM or DimLed '''has''' a PWM? <br>[https://en.wikipedia.org/wiki/Is-a#Python  has-a is-a in python] <br> PycharmPro has a [https://waterprogramming.wordpress.com/2015/07/29/pycharm-as-a-python-ide-for-generating-uml-diagrams/ class diagram feature] 19 euritos a month, not for me. <br>[https://docs.micropython.org/en/latest/esp8266/library/machine.Signal.html Signal class]Example of has-a (composition) relationship, but written in [https://github.com/micropython/micropython/blob/30fd8484ebe41faad467fbc8dd4a6f72250f203c/extmod/machine_signal.c C++], too bad.<br>Will be there late in the evening. MateZ!

Latest revision as of 16:09, 25 January 2018

Electronics Friday VII
Date 2018/01/26
Time 19:00 until late
Location ACTA
Type Meeting
Contact User:Chotee

Members that are interested in (starting with) electronics come together and work on projects or problems, learn from each other and make them lights be blinkin'.

There's not going to be any kind of workshop or tutorial formally prepared, but we'll pull out the 'scopes and tools from their corners. Come with projects, ideas, questions, knowledge and interest to learn and/or teach.

Let's provide a place to learn and share no matter the current knowledge. Let's level-up together.

Planning to attend:

  • Chotee - Likely messing with Micro-Python on ESP32s with PyCharm IDE.
  • Oberoid - Micropython: Modules vs classes, objects.
    The LedDim class DimLed is a PWM or DimLed has a PWM?
    has-a is-a in python
    PycharmPro has a class diagram feature 19 euritos a month, not for me.
    Signal classExample of has-a (composition) relationship, but written in C++, too bad.
    Will be there late in the evening. MateZ!