Search found 6 matches

by emile.cronje
Sun Jul 03, 2022 8:32 pm
Forum: Programs, Libraries and Tools
Topic: JSON serialisation
Replies: 5
Views: 4125

Re: JSON serialisation

Thank you @stijn, works lovely...
by emile.cronje
Sat Jul 02, 2022 4:00 pm
Forum: Programs, Libraries and Tools
Topic: JSON serialisation
Replies: 5
Views: 4125

Re: JSON serialisation

Thank you, Curt

How do I get an object's properties into a dictionary?
by emile.cronje
Sat Jul 02, 2022 2:35 pm
Forum: Programs, Libraries and Tools
Topic: JSON serialisation
Replies: 5
Views: 4125

JSON serialisation

Good day I have a basic Python class ToDoItem: class ToDoItem: def __init__(self, name, description, isComplete): self.Name = name self.Description = description self.IsComplete = isComplete If I instantiate an object of this type: item = ToDoItem('cleanRoom', 'Clean my room', False) 'serialise' it ...
by emile.cronje
Tue Jun 21, 2022 12:23 pm
Forum: Other Boards
Topic: STM32F769DISC SD card usage
Replies: 6
Views: 29156

Re: STM32F769DISC SD card usage

Thank you @jimmo, works now
by emile.cronje
Fri Jun 17, 2022 11:57 am
Forum: Other Boards
Topic: STM32F769DISC SD card usage
Replies: 6
Views: 29156

Re: STM32F769DISC SD card usage

Hi @Roberthh

Can u point me in a direction how to use the SD card on the STM32F769, please?

Regards
by emile.cronje
Mon Apr 04, 2022 8:33 am
Forum: Other Boards
Topic: STM32F769DISC SD card usage
Replies: 6
Views: 29156

STM32F769DISC SD card usage

Good day

Which is the correct way to use the SD Card on STM32F769DISC?

I have tried machine.SDCard, but no joy.

Regards